Geran

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:GERan:SUPPorted
SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:GERan:PHGeran
SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:GERan:EREDirection
SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:GERan:DTM
class GeranCls[source]

Geran commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_dtm() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:GERan:DTM
value: bool = driver.sense.ueCapability.interRat.geran.get_dtm()

Returns whether the UE supports DTM in GERAN or not.

return:

supported: OFF | ON

get_eredirection() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:GERan:EREDirection
value: bool = driver.sense.ueCapability.interRat.geran.get_eredirection()

Returns whether the UE supports an enhanced redirection to GERAN or not.

return:

supported: OFF | ON

get_phgeran() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:GERan:PHGeran
value: bool = driver.sense.ueCapability.interRat.geran.get_phgeran()

Returns whether the UE supports handover to GERAN or not.

return:

ps_ho_geran: OFF | ON

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

Returns a list of values indicating the support of the individual GERAN operating bands by the UE.

return:

supported_band: OFF | ON 11 values: GSM 450, GSM 480, GSM 710, GSM 750, GSM 810, GSM 850, P-GSM 900, E-GSM 900, R-GSM 900, GSM 1800, GSM 1900