IpvSix

SCPI Commands

CONFigure:DATA:CONTrol:EPDG:PCSCf:IPVSix:TYPE
class IpvSix[source]

IpvSix commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

get_type_py()int[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:PCSCf:IPVSix:TYPE
value: int = driver.configure.data.control.epdg.pcscf.ipvSix.get_type_py()

Sets the attribute type field of the P_CSCF_IP6_ADDRESS configuration attribute.

return

pcscf_ip_v_6_typ: Range: 0 to 65535

set_type_py(pcscf_ip_v_6_typ: int)None[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:PCSCf:IPVSix:TYPE
driver.configure.data.control.epdg.pcscf.ipvSix.set_type_py(pcscf_ip_v_6_typ = 1)

Sets the attribute type field of the P_CSCF_IP6_ADDRESS configuration attribute.

param pcscf_ip_v_6_typ

Range: 0 to 65535

Cloning the Group

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

Subgroups