Last

SCPI Command :

SENSe:LTE:SIGNaling<instance>:ELOG:LAST
class LastCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Timestamp: str: string Timestamp of the entry

  • Category: enums.LogCategory: INFO | WARNing | ERRor | CONTinue Category of the entry, as indicated in the main view by an icon

  • Event: str: string Describes the event, e.g. ‘RRC Connection Established’

get(hres: TimeResolution = None) GetStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:ELOG:LAST
value: GetStruct = driver.sense.elog.last.get(hres = enums.TimeResolution.HRES)

Queries the latest entry of the event log.

param hres:

HRES If you omit this parameter, the timestamp resolution is 1 s (format ‘hh:mm:ss’) . If you send the value HRES, the timestamp resolution is 1 ms (format ‘hh:mm:ss.sss’) .

return:

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