Enable
SCPI Command :
[CONFigure]:SIGNaling:MEASurement:UEReport:NCELl: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:NCELl:RESult:ENABle value: EnableStruct = driver.configure.signaling.measurement.ueReport.ncell.result.enable.get()
Selects the quantities to be reported by the UE for neighbor cell measurements. Applies only to <Type> = CNETwork, see [CONFigure:]SIGNaling:MEASurement:UEReport:NCELl:RESult:TYPE
- 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:NCELl:RESult:ENABle driver.configure.signaling.measurement.ueReport.ncell.result.enable.set(rsrp = False, rsrq = False, rssi_nr = False)
Selects the quantities to be reported by the UE for neighbor cell measurements. Applies only to <Type> = CNETwork, see [CONFigure:]SIGNaling:MEASurement:UEReport:NCELl:RESult:TYPE
- param rsrp:
No help available
- param rsrq:
No help available
- param rssi_nr:
No help available