Stack

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:STACk
class StackCls[source]

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

class StackStruct[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() StackStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:STACk
value: StackStruct = driver.configure.ipvFour.static.ipAddress.stack.get()

No command help available

return:

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

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

No command help available

param first:

No help available

param sec:

No help available

param third:

No help available

param fourth:

No help available