Src
SCPI Command :
CONFigure:WLAN:PAYLoad:LENGth:SRC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PayloadLenSource[source]
# CONFigure:WLAN:PAYLoad:LENGth:SRC value: enums.PayloadLenSource = driver.applications.k91Wlan.configure.wlan.payload.length.src.get()
Defines which payload length is used to determine the minimum or maximum number of required data symbols (IEEE 802.11n, ac) .
- Returns:
source: ESTimate | HTSignal | LSIGnal | SFIeld ESTimate Uses a length estimated from the input signal HTSignal (IEEE811.02 n) Determines the length of the HT signal (from the signal field) LSIGnal (IEEE811.02 ac) Determines the length of the L signal (from the signal field)
- set(source: PayloadLenSource) None[source]
# CONFigure:WLAN:PAYLoad:LENGth:SRC driver.applications.k91Wlan.configure.wlan.payload.length.src.set(source = enums.PayloadLenSource.ESTimate)
Defines which payload length is used to determine the minimum or maximum number of required data symbols (IEEE 802.11n, ac) .
- Parameters:
source – ESTimate | HTSignal | LSIGnal | SFIeld ESTimate Uses a length estimated from the input signal HTSignal (IEEE811.02 n) Determines the length of the HT signal (from the signal field) LSIGnal (IEEE811.02 ac) Determines the length of the L signal (from the signal field)