Auto

SCPI Command :

CONFigure:WLAN:GTIMe:AUTO
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() bool[source]
# 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) .

Returns:

state: ON | 1 The guard time is detected automatically according to method RsFsw.applications.k91Wlan.configure.wlan.gtime.auto.typePy.set() . OFF | 0 The guard time is defined by the method RsFsw.applications.k91Wlan.configure.wlan.gtime.select.set() command.

set(state: bool) None[source]
# 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) .

Parameters:

state – ON | 1 The guard time is detected automatically according to method RsFsw.applications.k91Wlan.configure.wlan.gtime.auto.typePy.set() . OFF | 0 The guard time is defined by the method RsFsw.applications.k91Wlan.configure.wlan.gtime.select.set() command.

Cloning the Group

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

Subgroups