Pcscf

SCPI Commands

CONFigure:DATA:CONTrol:EPDG:PCSCf:AUTO
class Pcscf[source]

Pcscf commands group definition. 4 total commands, 2 Sub-groups, 1 group commands

get_auto()bool[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:PCSCf:AUTO
value: bool = driver.configure.data.control.epdg.pcscf.get_auto()

Enables or disables the automatic mode for the IPv4 and IPv6 type settings.

return

auto: OFF | ON OFF: The configured IP types are used. ON: The IP type offered by the DUT is used.

set_auto(auto: bool)None[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:PCSCf:AUTO
driver.configure.data.control.epdg.pcscf.set_auto(auto = False)

Enables or disables the automatic mode for the IPv4 and IPv6 type settings.

param auto

OFF | ON OFF: The configured IP types are used. ON: The IP type offered by the DUT is used.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.data.control.epdg.pcscf.clone()

Subgroups