Spreamble
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:SPReamble
- class SpreambleCls[source]
Spreamble commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) bool [source]
# SCPI: [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.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
spreamble: 1| ON| 0| OFF
- set(spreamble: bool, frameBlock=FrameBlock.Default) None [source]
# SCPI: [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.
- param spreamble
1| ON| 0| OFF
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)