Select
SCPI Command :
CONFigure:WLAN:GTIMe:SELect
- class SelectCls[source]
Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.GuardTime [source]
# SCPI: CONFigure:WLAN:GTIMe:SELect value: enums.GuardTime = driver.applications.k91Wlan.configure.wlan.gtime.select.get()
This remote control command specifies the guard time the PPDUs in the IEEE 802.11n or ac input signal should have. If the guard time is specified to be detected from the input signal using the method RsFsw.Applications.K91_Wlan.Configure.Wlan. Gtime.Auto.set command then this command is query only and allows the detected guard time to be obtained.
- return
guard_time: SHORt | NORMal SHORt Only the PPDUs with short guard interval are analyzed. NORMal Only the PPDUs with long guard interval are analyzed. (‘Long’ in manual operation)
- set(guard_time: RsFsw.enums.GuardTime) None [source]
# SCPI: CONFigure:WLAN:GTIMe:SELect driver.applications.k91Wlan.configure.wlan.gtime.select.set(guard_time = enums.GuardTime.NORMal)
This remote control command specifies the guard time the PPDUs in the IEEE 802.11n or ac input signal should have. If the guard time is specified to be detected from the input signal using the method RsFsw.Applications.K91_Wlan.Configure.Wlan. Gtime.Auto.set command then this command is query only and allows the detected guard time to be obtained.
- param guard_time
SHORt | NORMal SHORt Only the PPDUs with short guard interval are analyzed. NORMal Only the PPDUs with long guard interval are analyzed. (‘Long’ in manual operation)