BpMode
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:ERP:BPMode
- class BpModeCls[source]
BpMode 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:ERP:BPMode value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.erp.bpMode.get(frameBlock = repcap.FrameBlock.Default)
Informs associated stations whether to use the long or the short preamble.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
ebp_mode: 1| ON| 0| OFF
- set(ebp_mode: bool, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:ERP:BPMode driver.source.bb.wlnn.fblock.bfConfiguration.erp.bpMode.set(ebp_mode = False, frameBlock = repcap.FrameBlock.Default)
Informs associated stations whether to use the long or the short preamble.
- param ebp_mode
1| ON| 0| OFF
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)