State

SCPI Command :

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

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

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

Switches the current user on and off.

param frameBlock

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

param userIx

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

return

user_state: 1| ON| 0| OFF

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

Switches the current user on and off.

param user_state

1| ON| 0| OFF

param frameBlock

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

param userIx

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