State
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) bool[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:STATe value: bool = driver.source.bb.evdo.user.drclock.state.get(userIx = repcap.UserIx.Default)
Sets the state of the DRC (Data Rate Control) Lock bit for the selected user. Note: Changes in the DRC Lock state are only considered at the interval defined by the parameter DRC Lock Length.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:STATe driver.source.bb.evdo.user.drclock.state.set(state = False, userIx = repcap.UserIx.Default)
Sets the state of the DRC (Data Rate Control) Lock bit for the selected user. Note: Changes in the DRC Lock state are only considered at the interval defined by the parameter DRC Lock Length.
- Parameters:
state – 1 | ON | 0| OFF
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)