Auto

SCPI Command :

CONFigure:WLAN:GTIMe:AUTO
class AutoCls[source]

Auto commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() bool[source]
# SCPI: CONFigure:WLAN:GTIMe:AUTO
value: bool = driver.applications.k91Wlan.configure.wlan.gtime.auto.get()

This remote control command specifies whether the guard time of the input signal is automatically detected or specified manually (IEEE 802.11n or ac only) .

return

state: ON | 1 The guard time is detected automatically according to method RsFsw.Applications.K91_Wlan.Configure.Wlan.Gtime.Auto.TypePy.set. OFF | 0 The guard time is defined by the method RsFsw.Applications.K91_Wlan.Configure.Wlan.Gtime.Select.set command.

set(state: bool) None[source]
# SCPI: CONFigure:WLAN:GTIMe:AUTO
driver.applications.k91Wlan.configure.wlan.gtime.auto.set(state = False)

This remote control command specifies whether the guard time of the input signal is automatically detected or specified manually (IEEE 802.11n or ac only) .

param state

ON | 1 The guard time is detected automatically according to method RsFsw.Applications.K91_Wlan.Configure.Wlan.Gtime.Auto.TypePy.set. OFF | 0 The guard time is defined by the method RsFsw.Applications.K91_Wlan.Configure.Wlan.Gtime.Select.set command.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.configure.wlan.gtime.auto.clone()

Subgroups