Src
SCPI Command :
CONFigure:WLAN:PAYLoad:LENGth:SRC
- class SrcCls[source]
Src commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.PayloadLenSource [source]
# SCPI: 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) .
- return
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: RsFsw.enums.PayloadLenSource) None [source]
# SCPI: 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) .
- param 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)