DuIp

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:ETOE:DUIP
class DuIpCls[source]

DuIp commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class DuIpStruct[source]

Response structure. Fields:

  • State: bool: OFF | ON Disables/enables the IP address configuration

  • First_Number: int: No parameter help available

  • Sec_Number: int: No parameter help available

  • Third_Number: int: No parameter help available

  • Fourth_Number: int: No parameter help available

get() DuIpStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:ETOE:DUIP
value: DuIpStruct = driver.configure.etoe.duIp.get()

Allows you to specify the IPv4 address that the DAU assigns to the DUT via DHCP.

return:

structure: for return value, see the help for DuIpStruct structure arguments.

set(state: bool, first_number: int, sec_number: int, third_number: int, fourth_number: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:ETOE:DUIP
driver.configure.etoe.duIp.set(state = False, first_number = 1, sec_number = 1, third_number = 1, fourth_number = 1)

Allows you to specify the IPv4 address that the DAU assigns to the DUT via DHCP.

param state:

OFF | ON Disables/enables the IP address configuration

param first_number:

No help available

param sec_number:

No help available

param third_number:

No help available

param fourth_number:

No help available