State
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:PSDU:BSPReading:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:PSDU:BSPReading:STATe value: bool = driver.source.bb.wlnn.fblock.psdu.bspreading.state.get(frameBlock = repcap.FrameBlock.Default)
(available only for CCK and PBCC transport modes) Enables/disables Barker spreading.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:PSDU:BSPReading:STATe driver.source.bb.wlnn.fblock.psdu.bspreading.state.set(state = False, frameBlock = repcap.FrameBlock.Default)
(available only for CCK and PBCC transport modes) Enables/disables Barker spreading.
- Parameters:
state – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)