Sta

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:STA<s>
class StaCls[source]

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

class StaStruct[source]

Response structure. Fields:

  • 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(station=Station.Default) StaStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:STA<s>
value: StaStruct = driver.configure.ipvFour.static.ipAddress.sta.get(station = repcap.Station.Default)

Defines the static IP V4 address of the DUT. The setting is only relevant for access point and instruments without a DAU.

param station:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Static’)

return:

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

set(first_number: int, sec_number: int, third_number: int, fourth_number: int, station=Station.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:STA<s>
driver.configure.ipvFour.static.ipAddress.sta.set(first_number = 1, sec_number = 1, third_number = 1, fourth_number = 1, station = repcap.Station.Default)

Defines the static IP V4 address of the DUT. The setting is only relevant for access point and instruments without a DAU.

param first_number:

No help available

param sec_number:

No help available

param third_number:

No help available

param fourth_number:

No help available

param station:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Static’)