eventlog

The eventlog commands module.

These commands are used in the following models: SMU2601B_Pulse

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Eventlog

Bases: BaseTSPCmd

The eventlog command tree.

Constants
  • .DISABLE: Disable the event log.
  • .DISCARD_NEWEST: Do not log new entries.
  • .DISCARD_OLDEST: Delete old entries are deleted as new events are logged.
  • .ENABLE: Enable the event log.

DISABLE class-attribute instance-attribute

DISABLE = 'eventlog.DISABLE'

DISCARD_NEWEST class-attribute instance-attribute

DISCARD_NEWEST = 'eventlog.DISCARD_NEWEST'

DISCARD_OLDEST class-attribute instance-attribute

DISCARD_OLDEST = 'eventlog.DISCARD_OLDEST'

ENABLE class-attribute instance-attribute

ENABLE = 'eventlog.ENABLE'