BpMode
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:ERP:BPMode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) bool[source]
# [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.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
ebp_mode: 1 | ON | 0| OFF
- set(ebp_mode: bool, frameBlock=FrameBlock.Default) None[source]
# [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.
- Parameters:
ebp_mode – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)