Cxrtt

SCPI Commands :

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

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

get_ec_dual() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:FAUeeutra:IRAT:CXRTt:ECDual
value: bool = driver.sense.ueCapability.faueEutra.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:FAUeeutra:IRAT:CXRTt:ECCMob
value: bool = driver.sense.ueCapability.faueEutra.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:FAUeeutra:IRAT:CXRTt:ECSFb
value: bool = driver.sense.ueCapability.faueEutra.interRat.cxrtt.get_ecsfb()

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

return:

supported: OFF | ON