deskew

The deskew commands module.

These commands are used in the following models: MDO3

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

Please report an issue if one is found.

Commands and Queries
- DESkew {SETALLtorec}
- DESkew:DISplay {ON|OFF|1|0}
- DESkew:DISplay?

Deskew

Bases: SCPICmdWrite, SCPICmdRead

The DESkew command.

Description
  • Causes the deskew values for all channels to be set to the recommended values. Equivalent to pressing the ‘Set all deskews to recommended values’ button in the application UI.
Usage
  • Using the .write(value) method will send the DESkew value command.
SCPI Syntax
- DESkew {SETALLtorec}
Info
  • <SETALLtorec> sets the deskew for all channels to the recommended values.
Properties
  • .display: The DESkew:DISplay command.

display property

display: DeskewDisplay

Return the DESkew:DISplay command.

Description
  • This command specifies the state of the deskew table display.
Usage
  • Using the .query() method will send the DESkew:DISplay? query.
  • Using the .verify(value) method will send the DESkew:DISplay? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the DESkew:DISplay value command.
SCPI Syntax
- DESkew:DISplay {ON|OFF|1|0}
- DESkew:DISplay?
Info
  • OFF or 0 turns off the deskew table display.
  • ON or 1 turns on the deskew table display.

DeskewDisplay

Bases: SCPICmdWrite, SCPICmdRead

The DESkew:DISplay command.

Description
  • This command specifies the state of the deskew table display.
Usage
  • Using the .query() method will send the DESkew:DISplay? query.
  • Using the .verify(value) method will send the DESkew:DISplay? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the DESkew:DISplay value command.
SCPI Syntax
- DESkew:DISplay {ON|OFF|1|0}
- DESkew:DISplay?
Info
  • OFF or 0 turns off the deskew table display.
  • ON or 1 turns on the deskew table display.