UeReport

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CMODe:UEReport:ACTivation
CONFigure:WCDMa:SIGNaling<Instance>:CMODe:UEReport:ENABle
class UeReport[source]

UeReport commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class ActivationStruct[source]

Structure for reading output parameters. Fields:

  • Fdd: enums.CmodeActivation: RAB | MEASurement

  • Gsm_Rssi: enums.CmodeActivation: RAB | MEASurement

  • Gsm_Bsic: enums.CmodeActivation: RAB | MEASurement

  • Gsm_Bsic_Reconf: enums.CmodeActivation: RAB | MEASurement

  • Eutra: enums.CmodeActivation: RAB | MEASurement

class EnableStruct[source]

Structure for reading output parameters. Fields:

  • Fdd: bool: OFF | ON

  • Gsm_Rssi: bool: OFF | ON

  • Gsm_Bsic: bool: OFF | ON

  • Gsm_Bsic_Reconf: bool: OFF | ON

  • Eutra: bool: OFF | ON

get_activation()ActivationStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CMODe:UEReport:ACTivation
value: ActivationStruct = driver.configure.cmode.ueReport.get_activation()

Selects whether the compressed mode pattern has to be activated for the whole duration of the connection (RAB setup) or for the duration of a specified UE report measurement only.

return

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

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

Enables the transmission gap patterns for different measurement purposes. All selected patterns are used in parallel.

return

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

set_activation(value: RsCmwWcdmaSig.Implementations.Configure_.Cmode_.UeReport.UeReport.ActivationStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CMODe:UEReport:ACTivation
driver.configure.cmode.ueReport.set_activation(value = ActivationStruct())

Selects whether the compressed mode pattern has to be activated for the whole duration of the connection (RAB setup) or for the duration of a specified UE report measurement only.

param value

see the help for ActivationStruct structure arguments.

set_enable(value: RsCmwWcdmaSig.Implementations.Configure_.Cmode_.UeReport.UeReport.EnableStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CMODe:UEReport:ENABle
driver.configure.cmode.ueReport.set_enable(value = EnableStruct())

Enables the transmission gap patterns for different measurement purposes. All selected patterns are used in parallel.

param value

see the help for EnableStruct structure arguments.