UePosition

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:UECapability:UEPosition
class UePosition[source]

UePosition commands group definition. 7 total commands, 1 Sub-groups, 1 group commands

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Location_Method: enums.YesNoStatus: NO | YES Indicates if a UE can measure its location by some means unrelated to UTRAN (e.g. if the UE has access to a standalone GPS receiver)

  • Network_Agps: enums.NetworkAndGps: NONE | NETWork | UE | BOTH Indicates if a UE supports the assisted GPS schemes network-based and/or UE-based

  • Ref_Time_Gps: enums.YesNoStatus: NO | YES Indicates UE capability to measure GPS reference time as defined in 3GPP TS 25.215

  • Ipdl: enums.YesNoStatus: NO | YES Indicates UE capability to use idle periods in the downlink (IPDL) to enhance its ‘SFN-SFN observed time difference – type 2’ measurement

  • Otdoa: enums.YesNoStatus: NO | YES Indicates if a UE supports the observed time difference of arrival (OTDOA) UE-based schemes

  • Rx_Tx_Time_Diff: enums.YesNoStatus: NO | YES Indicates UE capability to measure the Rx-Tx time difference type 2

  • Cell_Ur_Apch: enums.YesNoStatus: NO | YES Indicates whether the UE positioning measurements using the assisted GPS method are valid in CELL_PCH and URA_PCH RRC states

  • Sfn_Sfn_Time_Diff: enums.YesNoStatus: NO | YES Indicates UE capability to perform the SFN-SFN observed time difference type 2 measurement

get_value()ValueStruct[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:UECapability:UEPosition
value: ValueStruct = driver.sense.ueCapability.uePosition.get_value()

Returns UE capability information related to UE positioning.

return

structure: for return value, see the help for ValueStruct structure arguments.

Cloning the Group

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

Subgroups