EeLog

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:EELog:LAST
SENSe:LTE:SIGNaling<instance>:EELog:ALL
class EeLogCls[source]

EeLog commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class AllStruct[source]

Structure for reading output parameters. Fields:

  • Timestamp: List[str]: No parameter help available

  • Category: List[enums.LogCategory2]: No parameter help available

  • Event: List[str]: No parameter help available

class LastStruct[source]

Structure for reading output parameters. Fields:

  • Timestamp: str: No parameter help available

  • Category: enums.LogCategory2: No parameter help available

  • Event: str: No parameter help available

get_all() AllStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:EELog:ALL
value: AllStruct = driver.sense.eeLog.get_all()

No command help available

return:

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

get_last() LastStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:EELog:LAST
value: LastStruct = driver.sense.eeLog.get_last()

No command help available

return:

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