Drc

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:FETap:DRC:TYPE
CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:FETap:DRC:INDex
CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:FETap:DRC:SIZE
CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:FETap:DRC:RATE
CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:FETap: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:FETap:DRC:INDex
value: int = driver.configure.layer.application.fetap.drc.get_index()

Queries the data rate index for FETAP packets, depending on the selected packet type (method RsCmwEvdoSig.Configure.Layer. Application.Fetap.Drc.typePy) .

return

drc_index: Range: 1 to 14

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

Queries the data rate for FETAP packets, depending on the selected packet type (method RsCmwEvdoSig.Configure.Layer. Application.Fetap.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:FETap:DRC:SIZE
value: int = driver.configure.layer.application.fetap.drc.get_size()

Queries the packet size for FETAP packets, depending on the selected packet type (method RsCmwEvdoSig.Configure.Layer. Application.Fetap.Drc.typePy) .

return

drc_size: Range: 128 to 5120

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

Queries the slot count for FETAP packets, depending on the selected packet type (method RsCmwEvdoSig.Configure.Layer. Application.Fetap.Drc.typePy) .

return

drc_slots: Range: 1 to 16

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

Selects the packet type for FETAP packets. 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:FETap:DRC:TYPE
driver.configure.layer.application.fetap.drc.set_type_py(drc_type = 1)

Selects the packet type for FETAP packets. 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