Id

SCPI Commands

CONFigure:DATA:CONTrol:EPDG:ID:TYPE
CONFigure:DATA:CONTrol:EPDG:ID:VALue
class Id[source]

Id commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_type_py()RsCmwDau.enums.IdType[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:ID:TYPE
value: enums.IdType = driver.configure.data.control.epdg.id.get_type_py()

Configures the type of the ePDG identification.

return

id_type: IPVF | FQDN | RFC | IPVS | KEY IPVF: ID_IPv4_ADDR FQDN: ID_FQDN RFC: ID_RFC822_ADDR IPVS: ID_IPV6_ADDR KEY: ID_KEY_ID

get_value()str[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:ID:VALue
value: str = driver.configure.data.control.epdg.id.get_value()

Configures the value of the ePDG identification.

return

id_value: Identification as string

set_type_py(id_type: RsCmwDau.enums.IdType)None[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:ID:TYPE
driver.configure.data.control.epdg.id.set_type_py(id_type = enums.IdType.ASND)

Configures the type of the ePDG identification.

param id_type

IPVF | FQDN | RFC | IPVS | KEY IPVF: ID_IPv4_ADDR FQDN: ID_FQDN RFC: ID_RFC822_ADDR IPVS: ID_IPV6_ADDR KEY: ID_KEY_ID

set_value(id_value: str)None[source]
# SCPI: CONFigure:DATA:CONTrol:EPDG:ID:VALue
driver.configure.data.control.epdg.id.set_value(id_value = '1')

Configures the value of the ePDG identification.

param id_value

Identification as string