Enable

SCPI Command :

[CONFigure]:SIGNaling:MEASurement:UEReport:RESult:ENABle
class EnableCls[source]

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

class EnableStruct[source]

Response structure. Fields:

  • Rsrp: bool: No parameter help available

  • Rsrq: bool: No parameter help available

  • Rssi_Nr: bool: No parameter help available

get() EnableStruct[source]
# SCPI: [CONFigure]:SIGNaling:MEASurement:UEReport:RESult:ENABle
value: EnableStruct = driver.configure.signaling.measurement.ueReport.result.enable.get()

Selects the quantities to be reported by the UE for serving cell measurements.

return:

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

set(rsrp: bool, rsrq: bool, rssi_nr: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:MEASurement:UEReport:RESult:ENABle
driver.configure.signaling.measurement.ueReport.result.enable.set(rsrp = False, rsrq = False, rssi_nr = False)

Selects the quantities to be reported by the UE for serving cell measurements.

param rsrp:

No help available

param rsrq:

No help available

param rssi_nr:

No help available