State

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:STATe
value: bool = driver.source.bb.wlnn.fblock.state.get(frameBlock = repcap.FrameBlock.Default)

Enables the corresponding frame block for transmission.

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

return

state: 1| ON| 0| OFF

set(state: bool, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:STATe
driver.source.bb.wlnn.fblock.state.set(state = False, frameBlock = repcap.FrameBlock.Default)

Enables the corresponding frame block for transmission.

param state

1| ON| 0| OFF

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)