errlog

The errlog commands module.

These commands are used in the following models: DPO2K, DPO2KB, DPO4K, DPO4KB, MDO3, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO2K, MSO2KB, MSO4K, MSO4KB

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

Please report an issue if one is found.

Commands and Queries
- ERRlog {CLEar}
- ERRlog:FIRst?
- ERRlog:NEXt?
- ERRlog:NUMENTries?

Errlog

Bases: SCPICmdWrite, SCPICmdRead

The ERRlog command.

Description
  • Clears the oscilloscope error log.
Usage
  • Using the .write(value) method will send the ERRlog value command.
SCPI Syntax
- ERRlog {CLEar}
Info
  • CLear
Properties
  • .first: The ERRlog:FIRst command.
  • .next: The ERRlog:NEXt command.
  • .numentries: The ERRlog:NUMENTries command.

first property

first: ErrlogFirst

Return the ERRlog:FIRst command.

Description
  • Returns the first entry in the Error Log.
Usage
  • Using the .query() method will send the ERRlog:FIRst? query.
  • Using the .verify(value) method will send the ERRlog:FIRst? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- ERRlog:FIRst?

next property

next: ErrlogNext

Return the ERRlog:NEXt command.

Description
  • Returns the next entry in the error log (auto-incrementing).
Usage
  • Using the .query() method will send the ERRlog:NEXt? query.
  • Using the .verify(value) method will send the ERRlog:NEXt? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- ERRlog:NEXt?

numentries property

numentries: ErrlogNumentries

Return the ERRlog:NUMENTries command.

Description
  • Returns the specified number of entries in the error log.
Usage
  • Using the .query() method will send the ERRlog:NUMENTries? query.
  • Using the .verify(value) method will send the ERRlog:NUMENTries? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- ERRlog:NUMENTries?

ErrlogFirst

Bases: SCPICmdRead

The ERRlog:FIRst command.

Description
  • Returns the first entry in the Error Log.
Usage
  • Using the .query() method will send the ERRlog:FIRst? query.
  • Using the .verify(value) method will send the ERRlog:FIRst? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- ERRlog:FIRst?

ErrlogNext

Bases: SCPICmdRead

The ERRlog:NEXt command.

Description
  • Returns the next entry in the error log (auto-incrementing).
Usage
  • Using the .query() method will send the ERRlog:NEXt? query.
  • Using the .verify(value) method will send the ERRlog:NEXt? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- ERRlog:NEXt?

ErrlogNumentries

Bases: SCPICmdRead

The ERRlog:NUMENTries command.

Description
  • Returns the specified number of entries in the error log.
Usage
  • Using the .query() method will send the ERRlog:NUMENTries? query.
  • Using the .verify(value) method will send the ERRlog:NUMENTries? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- ERRlog:NUMENTries?