State
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EVDO:USER<ST>:STATe value: bool = driver.source.bb.evdo.user.state.get(userIx = repcap.UserIx.Default)
Enables or disables the selected user. If the user is enabled, the proper MAC Index is placed within the MAC channel and packets can be sent to the user. If disabled, the MAC Index is not present within the MAC channel and packets cannot be sent to the user. Note: Disabling the state of a user during a transfer aborts all transfers to the user.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
state: 1| ON| 0| OFF
- set(state: bool, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:USER<ST>:STATe driver.source.bb.evdo.user.state.set(state = False, userIx = repcap.UserIx.Default)
Enables or disables the selected user. If the user is enabled, the proper MAC Index is placed within the MAC channel and packets can be sent to the user. If disabled, the MAC Index is not present within the MAC channel and packets cannot be sent to the user. Note: Disabling the state of a user during a transfer aborts all transfers to the user.
- param state
1| ON| 0| OFF
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)