Gsm

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UEReport:NCELl:GSM:ENABle
class Gsm[source]

Gsm commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class EnableStruct[source]

Structure for reading output parameters. Fields:

  • Rssi: bool: OFF | ON

  • Bsic: bool: OFF | ON

get_enable()EnableStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UEReport:NCELl:GSM:ENABle
value: EnableStruct = driver.configure.ueReport.ncell.gsm.get_enable()

Enables or disables the evaluation and display of the individual information elements included in the UE measurement report message related to GSM neighbor cell. BSIC measurement requires activated RSSI measurement.

return

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

set_enable(value: RsCmwWcdmaSig.Implementations.Configure_.UeReport_.Ncell_.Gsm.Gsm.EnableStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UEReport:NCELl:GSM:ENABle
driver.configure.ueReport.ncell.gsm.set_enable(value = EnableStruct())

Enables or disables the evaluation and display of the individual information elements included in the UE measurement report message related to GSM neighbor cell. BSIC measurement requires activated RSSI measurement.

param value

see the help for EnableStruct structure arguments.