State

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock: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>: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.

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>: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.

param state

1| ON| 0| OFF

param userIx

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