Reported

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:HSDPa:UECategory:REPorted
class Reported[source]

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

class GetStruct[source]

Response structure. Fields:

  • Use_Reported: bool: OFF | ON

  • Ue_Cat_Reported: int: UE category reported by the UE (NAV indicates that none has been reported) Range: 1 to 24

get()GetStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSDPa:UECategory:REPorted
value: GetStruct = driver.configure.cell.hsdpa.ueCategory.reported.get()

Enable or disable usage of the UE category value reported by the UE. When disabled, the UE category must be set manually, see method RsCmwWcdmaSig.Configure.Cell.Hsdpa.UeCategory.manual. The manually set value is also used if no reported value is available.

return

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

set(use_reported: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSDPa:UECategory:REPorted
driver.configure.cell.hsdpa.ueCategory.reported.set(use_reported = False)

Enable or disable usage of the UE category value reported by the UE. When disabled, the UE category must be set manually, see method RsCmwWcdmaSig.Configure.Cell.Hsdpa.UeCategory.manual. The manually set value is also used if no reported value is available.

param use_reported

OFF | ON