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 theDESkew valuecommand.
SCPI Syntax
- DESkew {SETALLtorec}
Info
<SETALLtorec>sets the deskew for all channels to the recommended values.
Properties
.display: TheDESkew:DISplaycommand.
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 theDESkew:DISplay?query. - Using the
.verify(value)method will send theDESkew:DISplay?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDESkew:DISplay valuecommand.
SCPI Syntax
- DESkew:DISplay {ON|OFF|1|0}
- DESkew:DISplay?
Info
OFFor 0 turns off the deskew table display.ONor 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 theDESkew:DISplay?query. - Using the
.verify(value)method will send theDESkew:DISplay?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDESkew:DISplay valuecommand.
SCPI Syntax
- DESkew:DISplay {ON|OFF|1|0}
- DESkew:DISplay?
Info
OFFor 0 turns off the deskew table display.ONor 1 turns on the deskew table display.