Smask

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:SMASk
class SmaskCls[source]

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

class SmaskStruct[source]

Response structure. Fields:

  • First_Octet: int: No parameter help available

  • Second_Octet: int: No parameter help available

  • Third_Octet: int: No parameter help available

  • Fourth_Octet: int: No parameter help available

get() SmaskStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:SMASk
value: SmaskStruct = driver.configure.ipvFour.static.smask.get()

Specifies the subnet mask of the built-in IPv4 stack. The setting is relevant for instruments without DAU.

return:

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

set(first_octet: int, second_octet: int, third_octet: int, fourth_octet: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:SMASk
driver.configure.ipvFour.static.smask.set(first_octet = 1, second_octet = 1, third_octet = 1, fourth_octet = 1)

Specifies the subnet mask of the built-in IPv4 stack. The setting is relevant for instruments without DAU.

param first_octet:

No help available

param second_octet:

No help available

param third_octet:

No help available

param fourth_octet:

No help available