UeCapability

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:UECapability:ASRelease
SENSe:LTE:SIGNaling<instance>:UECapability:DCIulca
SENSe:LTE:SIGNaling<instance>:UECapability:URTTimediff
SENSe:LTE:SIGNaling<instance>:UECapability:IDCindex
SENSe:LTE:SIGNaling<instance>:UECapability:PPINdex
SENSe:LTE:SIGNaling<instance>:UECapability:DTYPe
SENSe:LTE:SIGNaling<instance>:UECapability:RREPort
SENSe:LTE:SIGNaling<instance>:UECapability:ERLField
SENSe:LTE:SIGNaling<instance>:UECapability:LMMeas
class UeCapabilityCls[source]

UeCapability commands group definition. 172 total commands, 19 Subgroups, 9 group commands

get_as_release() AccStratRelease[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:ASRelease
value: enums.AccStratRelease = driver.sense.ueCapability.get_as_release()

Returns the ‘Access Stratum Release’ according to the UE capability information.

return:

acc_strat_release: REL8 | REL9 | REL10 | REL11 | REL12 | REL13 | REL14

get_dciulca() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:DCIulca
value: bool = driver.sense.ueCapability.get_dciulca()

Returns whether the UE supports in-device coexistence indication for UL CA.

return:

index: OFF | ON

get_dtype() DeviceType[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:DTYPe
value: enums.DeviceType = driver.sense.ueCapability.get_dtype()

Returns whether the UE benefits from NW-based battery consumption optimization or not.

return:

device_type: NBFBcopt | NAV NBFBcopt: UE does not benefit NAV: UE does benefit

get_erl_field() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:ERLField
value: bool = driver.sense.ueCapability.get_erl_field()

Returns whether the UE supports 15-bit RLC length indicators.

return:

field: OFF | ON

get_idc_index() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:IDCindex
value: bool = driver.sense.ueCapability.get_idc_index()

Returns whether the UE supports in-device coexistence indication and autonomous denial functionality.

return:

index: OFF | ON

get_lm_meas() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:LMMeas
value: bool = driver.sense.ueCapability.get_lm_meas()

Returns whether the UE supports logged MBSFN measurements in RRC idle and connected mode.

return:

lmbsfn: OFF | ON

get_pp_index() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:PPINdex
value: bool = driver.sense.ueCapability.get_pp_index()

Returns whether the UE supports power preference indication.

return:

index: OFF | ON

get_rreport() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:RREPort
value: bool = driver.sense.ueCapability.get_rreport()

Returns whether the UE supports the delivery of RACH reports or not.

return:

supported: OFF | ON

get_urt_time_diff() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:URTTimediff
value: bool = driver.sense.ueCapability.get_urt_time_diff()

Returns whether the UE supports RX-TX time difference measurements.

return:

time_diff: OFF | ON

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.ueCapability.clone()

Subgroups