Cxrtt

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CXRTt:SUPPorted
SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CXRTt:TCONfig
SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CXRTt:RCONfig
SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CXRTt:ECSFb
SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CXRTt:ECCMob
SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CXRTt:ECDual
class CxrttCls[source]

Cxrtt commands group definition. 6 total commands, 0 Subgroups, 6 group commands

get_ec_dual() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CXRTt:ECDual
value: bool = driver.sense.ueCapability.interRat.cxrtt.get_ec_dual()

Returns whether the UE supports enhanced CS fallback to CDMA2000 1xRTT for dual Rx/Tx configuration or not.

return:

supported: OFF | ON

get_eccmob() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CXRTt:ECCMob
value: bool = driver.sense.ueCapability.interRat.cxrtt.get_eccmob()

Returns whether the UE supports concurrent enhanced CS fallback to CDMA2000 1xRTT and handover/redirection to CDMA2000 HRPD or not.

return:

supported: OFF | ON

get_ecsfb() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:CXRTt:ECSFb
value: bool = driver.sense.ueCapability.interRat.cxrtt.get_ecsfb()

Returns whether the UE supports enhanced CS fallback to CDMA2000 1xRTT or not.

return:

supported: OFF | ON

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

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

return:

rx_configuration: SINGle | DUAL

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

Returns a list of values indicating the support of the individual CDMA2000 1xRTT 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:CXRTt:TCONfig
value: enums.TxRxConfiguration = driver.sense.ueCapability.interRat.cxrtt.get_tconfig()

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

return:

tx_configuration: SINGle | DUAL