DrtProtocol

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:MAC:DRTProtocol:DONom
CONFigure:EVDO:SIGNaling<Instance>:LAYer:MAC:DRTProtocol:DRATe
CONFigure:EVDO:SIGNaling<Instance>:LAYer:MAC:DRTProtocol:ITRansition
CONFigure:EVDO:SIGNaling<Instance>:LAYer:MAC:DRTProtocol:DTRansition
class DrtProtocol[source]

DrtProtocol commands group definition. 4 total commands, 0 Sub-groups, 4 group commands

class DrateStruct[source]

Structure for reading output parameters. Fields:

  • R_9_K: float: Range: -2 dB to 1.75 dB, Unit: dB

  • R_19_K: float: Range: -2 dB to 1.75 dB, Unit: dB

  • R_38_K: float: Range: -2 dB to 1.75 dB, Unit: dB

  • R_76_K: float: Range: -2 dB to 1.75 dB, Unit: dB

  • R_153_K: float: Range: -2 dB to 1.75 dB, Unit: dB

class DtransitionStruct[source]

Structure for reading output parameters. Fields:

  • R_19_K: str: Range: #H00 to #HFF

  • R_38_K: str: Range: #H00 to #HFF

  • R_76_K: str: Range: #H00 to #HFF

  • R_153_K: str: Range: #H00 to #HFF

class ItransitionStruct[source]

Structure for reading output parameters. Fields:

  • R_9_K: str: Range: #H00 to #HFF

  • R_19_K: str: Range: #H00 to #HFF

  • R_38_K: str: Range: #H00 to #HFF

  • R_76_K: str: Range: #H00 to #HFF

get_donom()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:DRTProtocol:DONom
value: float = driver.configure.layer.mac.drtProtocol.get_donom()

Defines the nominal offset of the reverse traffic channel power from the reverse pilot channel power. In the current version, this parameter is not supported.

return

data_offset_nom: Range: depending on test settings , Unit: dB

get_drate()DrateStruct[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:DRTProtocol:DRATe
value: DrateStruct = driver.configure.layer.mac.drtProtocol.get_drate()

Defines the ratio of the reverse traffic channel power at different data rates to the reverse pilot channel power.

return

structure: for return value, see the help for DrateStruct structure arguments.

get_dtransition()DtransitionStruct[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:DRTProtocol:DTRansition
value: DtransitionStruct = driver.configure.layer.mac.drtProtocol.get_dtransition()

Defines the probability of the access terminal to decrease its transmission rate to the next lower data rate.

return

structure: for return value, see the help for DtransitionStruct structure arguments.

get_itransition()ItransitionStruct[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:DRTProtocol:ITRansition
value: ItransitionStruct = driver.configure.layer.mac.drtProtocol.get_itransition()

Defines the probability of the access terminal to increase its transmission rate to the next higher data rate.

return

structure: for return value, see the help for ItransitionStruct structure arguments.

set_drate(value: RsCmwEvdoSig.Implementations.Configure_.Layer_.Mac_.DrtProtocol.DrtProtocol.DrateStruct)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:DRTProtocol:DRATe
driver.configure.layer.mac.drtProtocol.set_drate(value = DrateStruct())

Defines the ratio of the reverse traffic channel power at different data rates to the reverse pilot channel power.

param value

see the help for DrateStruct structure arguments.

set_dtransition(value: RsCmwEvdoSig.Implementations.Configure_.Layer_.Mac_.DrtProtocol.DrtProtocol.DtransitionStruct)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:DRTProtocol:DTRansition
driver.configure.layer.mac.drtProtocol.set_dtransition(value = DtransitionStruct())

Defines the probability of the access terminal to decrease its transmission rate to the next lower data rate.

param value

see the help for DtransitionStruct structure arguments.

set_itransition(value: RsCmwEvdoSig.Implementations.Configure_.Layer_.Mac_.DrtProtocol.DrtProtocol.ItransitionStruct)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:DRTProtocol:ITRansition
driver.configure.layer.mac.drtProtocol.set_itransition(value = ItransitionStruct())

Defines the probability of the access terminal to increase its transmission rate to the next higher data rate.

param value

see the help for ItransitionStruct structure arguments.