Drc

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:MAC:EFTProtocol:DRC:COVer
CONFigure:EVDO:SIGNaling<Instance>:LAYer:MAC:EFTProtocol:DRC:LENGth
CONFigure:EVDO:SIGNaling<Instance>:LAYer:MAC:EFTProtocol:DRC:CGAin
class Drc[source]

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

get_cgain()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:DRC:CGAin
value: float = driver.configure.layer.mac.eftProtocol.drc.get_cgain()

Defines a carrier’s power level ratio of the reverse data rate control channel relative to the reverse pilot channel (subtype 2 and 3 signals only) . Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command.

return

drcc_gain: Range: -9 dB to 6 dB, Unit: dB

get_cover()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:DRC:COVer
value: int = driver.configure.layer.mac.eftProtocol.drc.get_cover()

Specifies the DRC cover value that the AT is to use on its data rate control (DRC) channel (for subtype 2 and 3 signals only) .

return

drc_cover: Range: 1 to 6

get_length()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:DRC:LENGth
value: int = driver.configure.layer.mac.eftProtocol.drc.get_length()

Defines the number of slots that the AT uses to send a single DRC message on a carrier (for subtype 2 and 3 signals only) . Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command.

return

drc_length: Range: 1 to 8, Unit: slots

set_cgain(drcc_gain: float)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:DRC:CGAin
driver.configure.layer.mac.eftProtocol.drc.set_cgain(drcc_gain = 1.0)

Defines a carrier’s power level ratio of the reverse data rate control channel relative to the reverse pilot channel (subtype 2 and 3 signals only) . Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command.

param drcc_gain

Range: -9 dB to 6 dB, Unit: dB

set_cover(drc_cover: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:DRC:COVer
driver.configure.layer.mac.eftProtocol.drc.set_cover(drc_cover = 1)

Specifies the DRC cover value that the AT is to use on its data rate control (DRC) channel (for subtype 2 and 3 signals only) .

param drc_cover

Range: 1 to 6

set_length(drc_length: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:DRC:LENGth
driver.configure.layer.mac.eftProtocol.drc.set_length(drc_length = 1)

Defines the number of slots that the AT uses to send a single DRC message on a carrier (for subtype 2 and 3 signals only) . Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command.

param drc_length

Range: 1 to 8, Unit: slots