deskew
¶
The deskew commands module.
These commands are used in the following models: DPO4K, DPO4KB, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO4K, MSO4KB
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.