Enhanced

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:REPorted:ENHanced
class EnhancedCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Use_Reported: bool: OFF | ON

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

  • Ue_Cat_Manual: enums.UeCatManual: M1 | M2 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 UE category configured manually.

get() GetStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:REPorted:ENHanced
value: GetStruct = driver.configure.connection.ueCategory.reported.enhanced.get()

Enables or disables the usage of the UE category value reported by the UE. When disabled, the UE category must be set manually, see method RsCmwLteSig.Configure.Connection.UeCategory.Manual.enhanced. The manually set value is also used if no reported value is available.

INTRO_CMD_HELP: A query returns two parameters. The second parameter depends on <UseReported> as follows:

  • If <UseReported> = ON: Query returns <UseReported>, <UECatReported>.

  • If <UseReported> = OFF: Query returns <UseReported>, <UECatManual>.

return:

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

set(use_reported: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UECategory:REPorted:ENHanced
driver.configure.connection.ueCategory.reported.enhanced.set(use_reported = False)

Enables or disables the usage of the UE category value reported by the UE. When disabled, the UE category must be set manually, see method RsCmwLteSig.Configure.Connection.UeCategory.Manual.enhanced. The manually set value is also used if no reported value is available.

INTRO_CMD_HELP: A query returns two parameters. The second parameter depends on <UseReported> as follows:

  • If <UseReported> = ON: Query returns <UseReported>, <UECatReported>.

  • If <UseReported> = OFF: Query returns <UseReported>, <UECatManual>.

param use_reported:

OFF | ON