Length

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:LENGth
class LengthCls[source]

Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default) RsSmbv.enums.EvdoDrcLenDn[source]
# SCPI: [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.

param userIx

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

return

length: DL1| DL4| DL8| DL16| DL32| DL64

set(length: RsSmbv.enums.EvdoDrcLenDn, userIx=UserIx.Default) None[source]
# SCPI: [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.

param length

DL1| DL4| DL8| DL16| DL32| DL64

param userIx

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