Tmode

SCPI Command :

SENSe:SIGNaling:TMODe:SSReport
class TmodeCls[source]

Tmode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class SsReportStruct[source]

Structure for reading output parameters. Fields:

  • Measured_Ssb_Id: float: ID of the SSB for which the RSRP values are reported.

  • Branch_0: float: RSRP value reported by the UE for its receiver branch 0.

  • Branch_1: float: RSRP value reported by the UE for its receiver branch 1.

get_ss_report() SsReportStruct[source]
# SCPI: SENSe:SIGNaling:TMODe:SSReport
value: SsReportStruct = driver.sense.signaling.tmode.get_ss_report()

Queries SS-RSRPB report contents received from the UE.

return:

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