Period
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:PERiod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) EvdoDrcPer[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:PERiod value: enums.EvdoDrcPer = driver.source.bb.evdo.user.drclock.period.get(userIx = repcap.UserIx.Default)
Sets the period (measured in slots) of time between successive transmissions of the DRC (Data Rate Control) Lock bit for the selected user. Note: A value of zero disables the DRC Lock subchannel and the MAC RPC channel of the selected user is not punctured with the DRC Lock subchannel.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
period: DP0 | DP4 | DP8 | DP16
- set(period: EvdoDrcPer, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:PERiod driver.source.bb.evdo.user.drclock.period.set(period = enums.EvdoDrcPer.DP0, userIx = repcap.UserIx.Default)
Sets the period (measured in slots) of time between successive transmissions of the DRC (Data Rate Control) Lock bit for the selected user. Note: A value of zero disables the DRC Lock subchannel and the MAC RPC channel of the selected user is not punctured with the DRC Lock subchannel.
- Parameters:
period – DP0 | DP4 | DP8 | DP16
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)