Gateway

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:GATeway
class GatewayCls[source]

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

class GatewayStruct[source]

Response structure. Fields:

  • First: int: No parameter help available

  • Sec: int: No parameter help available

  • Third: int: No parameter help available

  • Fourth: int: No parameter help available

get() GatewayStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:GATeway
value: GatewayStruct = driver.configure.ipvFour.static.ipAddress.gateway.get()

Provides the IPv4 address of the default gateway. The setting is relevant for instruments without DAU.

return:

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

set(first: int, sec: int, third: int, fourth: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:GATeway
driver.configure.ipvFour.static.ipAddress.gateway.set(first = 1, sec = 1, third = 1, fourth = 1)

Provides the IPv4 address of the default gateway. The setting is relevant for instruments without DAU.

param first:

No help available

param sec:

No help available

param third:

No help available

param fourth:

No help available