Reported

SCPI Command :

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

Reported commands group definition. 2 total commands, 1 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Use_Reported: bool: No parameter help available

  • Ue_Cat_Reported: int: No parameter help available

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

No command help available

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
driver.configure.connection.ueCategory.reported.set(use_reported = False)

No command help available

param use_reported:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.ueCategory.reported.clone()

Subgroups