Time

SCPI Command :

SENSe:ELOG:TIME
class TimeCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Severity: List[enums.Severity]: No parameter help available

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

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

get(time_start: str, time_end: str) GetStruct[source]
# SCPI: SENSe:ELOG:TIME
value: GetStruct = driver.sense.elog.time.get(time_start = 'abc', time_end = 'abc')

No command help available

param time_start:

No help available

param time_end:

No help available

return:

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