Drc

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:FTAP:DRC:INDex
CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:FTAP:DRC:RATE
CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:FTAP:DRC:SLOTs
class Drc[source]

Drc commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_index()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FTAP:DRC:INDex
value: int = driver.configure.layer.application.ftap.drc.get_index()

Selects the data rate index for FTAP packets. Data rate index ‘0’ stops the flow of FTAP packets to the AT. Use method RsCmwEvdoSig.Configure.Layer.Application.Ftap.Drc.rate and method RsCmwEvdoSig.Configure.Layer.Application.Ftap.Drc.slots to query the data rate and slot count for the selected index.

return

drc_index: Range: 0 to 12

get_rate()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FTAP:DRC:RATE
value: float = driver.configure.layer.application.ftap.drc.get_rate()

Queries the data rate for the selected FTAP data rate index (method RsCmwEvdoSig.Configure.Layer.Application.Ftap.Drc. index) .

return

drc_rate: Range: 0 kbit/s to 2457.6 kbit/s

get_slots()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FTAP:DRC:SLOTs
value: int = driver.configure.layer.application.ftap.drc.get_slots()

Queries the slot count for the selected FTAP data rate index (method RsCmwEvdoSig.Configure.Layer.Application.Ftap.Drc. index) .

return

drc_slots: Range: 1 to 16

set_index(drc_index: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FTAP:DRC:INDex
driver.configure.layer.application.ftap.drc.set_index(drc_index = 1)

Selects the data rate index for FTAP packets. Data rate index ‘0’ stops the flow of FTAP packets to the AT. Use method RsCmwEvdoSig.Configure.Layer.Application.Ftap.Drc.rate and method RsCmwEvdoSig.Configure.Layer.Application.Ftap.Drc.slots to query the data rate and slot count for the selected index.

param drc_index

Range: 0 to 12