IpvFour

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:IPVFour:DHCP
class IpvFourCls[source]

IpvFour commands group definition. 8 total commands, 1 Subgroups, 1 group commands

get_dhcp() bool[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:DHCP
value: bool = driver.configure.ipvFour.get_dhcp()

Enables or disables the built-in DHCP server. The setting is relevant for station mode, with or without a DAU. This setting is not relevant for AP mode.

return:

activate: OFF | ON

set_dhcp(activate: bool) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:DHCP
driver.configure.ipvFour.set_dhcp(activate = False)

Enables or disables the built-in DHCP server. The setting is relevant for station mode, with or without a DAU. This setting is not relevant for AP mode.

param activate:

OFF | ON

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.ipvFour.clone()

Subgroups