Select
SCPI Command :
CONFigure:WLAN:GTIMe:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() GuardTime[source]
# 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.k91Wlan.configure.wlan.gtime.auto.set()command then this command is query only and allows the detected guard time to be obtained.- Returns:
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: GuardTime) None[source]
# 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.k91Wlan.configure.wlan.gtime.auto.set()command then this command is query only and allows the detected guard time to be obtained.- Parameters:
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)