Length
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) EvdoDrcLenDn[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:LENGth value: enums.EvdoDrcLenDn = driver.source.bb.evdo.user.drclock.length.get(userIx = repcap.UserIx.Default)
Sets the number of DRC (Data Rate Control) Lock periods that the state of the DRC Lock for the selected user is held constant. Note: Changes in the DRC Lock state are only considered at the interval defined by the parameter DRC Lock Length. A value of one allows updating of the DRC Lock bit at anytime.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
length: DL1 | DL4 | DL8 | DL16 | DL32 | DL64
- set(length: EvdoDrcLenDn, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:LENGth driver.source.bb.evdo.user.drclock.length.set(length = enums.EvdoDrcLenDn.DL1, userIx = repcap.UserIx.Default)
Sets the number of DRC (Data Rate Control) Lock periods that the state of the DRC Lock for the selected user is held constant. Note: Changes in the DRC Lock state are only considered at the interval defined by the parameter DRC Lock Length. A value of one allows updating of the DRC Lock bit at anytime.
- Parameters:
length – DL1 | DL4 | DL8 | DL16 | DL32 | DL64
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)