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 theERRlog valuecommand.
SCPI Syntax
- ERRlog {CLEar}
Info
CLear
Properties
.first: TheERRlog:FIRstcommand..next: TheERRlog:NEXtcommand..numentries: TheERRlog:NUMENTriescommand.
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 theERRlog:FIRst?query. - Using the
.verify(value)method will send theERRlog:FIRst?query and raise an AssertionError if the returned value does not matchvalue.
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 theERRlog:NEXt?query. - Using the
.verify(value)method will send theERRlog:NEXt?query and raise an AssertionError if the returned value does not matchvalue.
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 theERRlog:NUMENTries?query. - Using the
.verify(value)method will send theERRlog:NUMENTries?query and raise an AssertionError if the returned value does not matchvalue.
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 theERRlog:FIRst?query. - Using the
.verify(value)method will send theERRlog:FIRst?query and raise an AssertionError if the returned value does not matchvalue.
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 theERRlog:NEXt?query. - Using the
.verify(value)method will send theERRlog:NEXt?query and raise an AssertionError if the returned value does not matchvalue.
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 theERRlog:NUMENTries?query. - Using the
.verify(value)method will send theERRlog:NUMENTries?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ERRlog:NUMENTries?