Address

SCPI Commands

CONFigure:DATA:CONTrol:IPVFour:ADDRess:TYPE
class Address[source]

Address commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_type_py()RsCmwDau.enums.AddressModeA[source]
# SCPI: CONFigure:DATA:CONTrol:IPVFour:ADDRess:TYPE
value: enums.AddressModeA = driver.configure.data.control.ipvFour.address.get_type_py()

Selects the type of the IPv4 configuration.

return

address_type: AUTomatic | STATic | DHCPv4 AUTomatic: predefined internal IP configuration STATic: user-defined static IP configuration defined via the commands CONFigure:DATA:CONTrol:IPVFour:STATic:… DHCPv4: the IPv4 address is obtained from a DHCP server in the company LAN

set_type_py(address_type: RsCmwDau.enums.AddressModeA)None[source]
# SCPI: CONFigure:DATA:CONTrol:IPVFour:ADDRess:TYPE
driver.configure.data.control.ipvFour.address.set_type_py(address_type = enums.AddressModeA.AUTomatic)

Selects the type of the IPv4 configuration.

param address_type

AUTomatic | STATic | DHCPv4 AUTomatic: predefined internal IP configuration STATic: user-defined static IP configuration defined via the commands CONFigure:DATA:CONTrol:IPVFour:STATic:… DHCPv4: the IPv4 address is obtained from a DHCP server in the company LAN