State
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:PREamble:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:PREamble:STATe value: bool = driver.source.bb.wlnn.fblock.preamble.state.get(frameBlock = repcap.FrameBlock.Default)
Activates/deactivates the preamble and signal fields of the frames in the current frame block. For data type = SOUNDING, the preamble and signal field are always activated and cannot be deactivated.
- 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>:PREamble:STATe driver.source.bb.wlnn.fblock.preamble.state.set(state = False, frameBlock = repcap.FrameBlock.Default)
Activates/deactivates the preamble and signal fields of the frames in the current frame block. For data type = SOUNDING, the preamble and signal field are always activated and cannot be deactivated.
- Parameters:
state – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)