Elog

SCPI Command :

SENSe:ELOG:ALL
class ElogCls[source]

Elog commands group definition. 3 total commands, 2 Subgroups, 1 group commands

class AllStruct[source]

Structure for reading output parameters. Fields:

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

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

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

get_all() AllStruct[source]
# SCPI: SENSe:ELOG:ALL
value: AllStruct = driver.sense.elog.get_all()

No command help available

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.elog.clone()

Subgroups