Period

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:PERiod
class PeriodCls[source]

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

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

param userIx

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

return

period: DP0| DP4| DP8| DP16

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

param period

DP0| DP4| DP8| DP16

param userIx

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