Spreamble
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:SPReamble
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:SPReamble value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.capability.spreamble.get(frameBlock = repcap.FrameBlock.Default)
Informs the associated stations if short preamble is allowed.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
spreamble: 1 | ON | 0| OFF
- set(spreamble: bool, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:SPReamble driver.source.bb.wlnn.fblock.bfConfiguration.capability.spreamble.set(spreamble = False, frameBlock = repcap.FrameBlock.Default)
Informs the associated stations if short preamble is allowed.
- Parameters:
spreamble – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)