Chrpd

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CHRPd:SUPPorted
SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CHRPd:TCONfig
SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CHRPd:RCONfig
class ChrpdCls[source]

Chrpd commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_rconfig() TxRxConfiguration[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CHRPd:RCONfig
value: enums.TxRxConfiguration = driver.sense.ueCapability.interRat.chrpd.get_rconfig()

Returns whether the UE supports dual receiver for HRPD/E-UTRAN or only single receiver.

return:

rx_configuration: SINGle | DUAL

get_supported() List[bool][source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CHRPd:SUPPorted
value: List[bool] = driver.sense.ueCapability.interRat.chrpd.get_supported()

Returns a list of values indicating the support of the individual CDMA2000 HRPD band classes by the UE.

return:

supported_band: OFF | ON 18 values: band class 0 to 17

get_tconfig() TxRxConfiguration[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CHRPd:TCONfig
value: enums.TxRxConfiguration = driver.sense.ueCapability.interRat.chrpd.get_tconfig()

Returns whether the UE supports dual transmitter for HRPD/E-UTRAN or only single transmitter.

return:

tx_configuration: SINGle | DUAL