Drc

SCPI Commands

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

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

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

Queries the data rate index for the FMCTAP test packet stream on a particular carrier. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. The DRC index is determined by the selected packet type (method RsCmwEvdoSig.Configure.Layer.Application.Fmctap.Drc.typePy) .

return

drc_index: Range: 1 to 14

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

Queries the data rate of the FMCTAP test packet stream sent on a particular carrier. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. The data rate is determined by the selected packet type (method RsCmwEvdoSig.Configure.Layer.Application.Fmctap.Drc.typePy) .

return

drc_rate: Range: 4.8 kbit/s to 3072 kbit/s

get_size()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FMCTap:DRC:SIZE
value: int = driver.configure.layer.application.fmctap.drc.get_size()

Queries the size of the FMCTAP test packets sent on a particular carrier. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. The packet size is determined by the selected packet type (method RsCmwEvdoSig.Configure.Layer.Application.Fmctap.Drc.typePy) .

return

drc_size: Range: 128 to 5120

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

Queries the slot count of an FMCTAP test packet sent on a particular carrier. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. The slot count is determined by the selected packet type (method RsCmwEvdoSig.Configure.Layer.Application.Fmctap.Drc.typePy) .

return

drc_slots: Range: 1 to 16

get_type_py()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FMCTap:DRC:TYPE
value: int = driver.configure.layer.application.fmctap.drc.get_type_py()

Selects the type of FMCTAP test packets to be used. Preselect the related carrier using the method RsCmwEvdoSig.Configure. Carrier.setting command. Use the queries in the …DRC… subsystem to query the corresponding DRC index, packet size, data rate, and slot count.

return

drc_type: Range: 1 to 37

set_type_py(drc_type: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FMCTap:DRC:TYPE
driver.configure.layer.application.fmctap.drc.set_type_py(drc_type = 1)

Selects the type of FMCTAP test packets to be used. Preselect the related carrier using the method RsCmwEvdoSig.Configure. Carrier.setting command. Use the queries in the …DRC… subsystem to query the corresponding DRC index, packet size, data rate, and slot count.

param drc_type

Range: 1 to 37