State

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) bool[source]
# [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.

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

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

Returns:

user_state: 1 | ON | 0| OFF

set(user_state: bool, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [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.

Parameters:
  • user_state – 1 | ON | 0| OFF

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

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