vertical
¶
The vertical commands module.
These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- VERTical:DESKew:FROM:CUSTOMPROPAgation <NR3>
- VERTical:DESKew:FROM:CUSTOMPROPAgation?
- VERTical:DESKew:FROM:SOUrce CH<x>
- VERTical:DESKew:FROM:SOUrce?
- VERTical:DESKew:STATIC VERTical:DESKew:FROM:SOUrce CH<x>
- VERTical:DESKew:STATIC?
- VERTical:DESKew:TO:CUSTOMPROPAgation <NR3>
- VERTical:DESKew:TO:SOUrce CH<x>
- VERTical:DESKew:TO:SOUrce?
Vertical
¶
Bases: SCPICmdRead
The VERTical command tree.
Usage
- Using the
.query()method will send theVERTical?query. - Using the
.verify(value)method will send theVERTical?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.deskew: TheVERTical:DESKewcommand tree.
deskew
property
¶
deskew: VerticalDeskew
Return the VERTical:DESKew command tree.
Usage
- Using the
.query()method will send theVERTical:DESKew?query. - Using the
.verify(value)method will send theVERTical:DESKew?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.from: TheVERTical:DESKew:FROMcommand tree..static: TheVERTical:DESKew:STATICcommand..to: TheVERTical:DESKew:TOcommand tree.
VerticalDeskew
¶
Bases: SCPICmdRead
The VERTical:DESKew command tree.
Usage
- Using the
.query()method will send theVERTical:DESKew?query. - Using the
.verify(value)method will send theVERTical:DESKew?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.from: TheVERTical:DESKew:FROMcommand tree..static: TheVERTical:DESKew:STATICcommand..to: TheVERTical:DESKew:TOcommand tree.
from_
property
¶
from_: VerticalDeskewFrom
Return the VERTical:DESKew:FROM command tree.
Usage
- Using the
.query()method will send theVERTical:DESKew:FROM?query. - Using the
.verify(value)method will send theVERTical:DESKew:FROM?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.custompropagation: TheVERTical:DESKew:FROM:CUSTOMPROPAgationcommand..source: TheVERTical:DESKew:FROM:SOUrcecommand.
static
property
¶
static: VerticalDeskewStatic
Return the VERTical:DESKew:STATIC command.
Description
- This command executes static deskew using the deskew settings.
Usage
- Using the
.query()method will send theVERTical:DESKew:STATIC?query. - Using the
.verify(value)method will send theVERTical:DESKew:STATIC?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVERTical:DESKew:STATIC valuecommand.
SCPI Syntax
- VERTical:DESKew:STATIC VERTical:DESKew:FROM:SOUrce CH<x>
- VERTical:DESKew:STATIC?
Info
CH<x>specifies an analog channel as the source.
to
property
¶
to: VerticalDeskewTo
Return the VERTical:DESKew:TO command tree.
Usage
- Using the
.query()method will send theVERTical:DESKew:TO?query. - Using the
.verify(value)method will send theVERTical:DESKew:TO?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.custompropagation: TheVERTical:DESKew:TO:CUSTOMPROPAgationcommand..source: TheVERTical:DESKew:TO:SOUrcecommand.
VerticalDeskewFrom
¶
Bases: SCPICmdRead
The VERTical:DESKew:FROM command tree.
Usage
- Using the
.query()method will send theVERTical:DESKew:FROM?query. - Using the
.verify(value)method will send theVERTical:DESKew:FROM?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.custompropagation: TheVERTical:DESKew:FROM:CUSTOMPROPAgationcommand..source: TheVERTical:DESKew:FROM:SOUrcecommand.
custompropagation
property
¶
custompropagation: VerticalDeskewFromCustompropagation
Return the VERTical:DESKew:FROM:CUSTOMPROPAgation command.
Description
- This command sets or queries a target (FROM) delay that you can specify when the propagation delay of the target (FROM) probe used for deskew cannot be detected automatically.
Usage
- Using the
.query()method will send theVERTical:DESKew:FROM:CUSTOMPROPAgation?query. - Using the
.verify(value)method will send theVERTical:DESKew:FROM:CUSTOMPROPAgation?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVERTical:DESKew:FROM:CUSTOMPROPAgation valuecommand.
SCPI Syntax
- VERTical:DESKew:FROM:CUSTOMPROPAgation <NR3>
- VERTical:DESKew:FROM:CUSTOMPROPAgation?
Info
<NR3>is a target (FROM) delay that you can specify when the propagation delay of the target (FROM) probe used for deskew cannot be detected automatically.
source
property
¶
source: VerticalDeskewFromSource
Return the VERTical:DESKew:FROM:SOUrce command.
Description
- This command sets or queries the source channel for performing channel-to-channel deskew adjustment. Sources can be any of the analog channels.
Usage
- Using the
.query()method will send theVERTical:DESKew:FROM:SOUrce?query. - Using the
.verify(value)method will send theVERTical:DESKew:FROM:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVERTical:DESKew:FROM:SOUrce valuecommand.
SCPI Syntax
- VERTical:DESKew:FROM:SOUrce CH<x>
- VERTical:DESKew:FROM:SOUrce?
Info
CH<x>specifies an analog channel as the source.
VerticalDeskewFromCustompropagation
¶
Bases: SCPICmdWrite, SCPICmdRead
The VERTical:DESKew:FROM:CUSTOMPROPAgation command.
Description
- This command sets or queries a target (FROM) delay that you can specify when the propagation delay of the target (FROM) probe used for deskew cannot be detected automatically.
Usage
- Using the
.query()method will send theVERTical:DESKew:FROM:CUSTOMPROPAgation?query. - Using the
.verify(value)method will send theVERTical:DESKew:FROM:CUSTOMPROPAgation?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVERTical:DESKew:FROM:CUSTOMPROPAgation valuecommand.
SCPI Syntax
- VERTical:DESKew:FROM:CUSTOMPROPAgation <NR3>
- VERTical:DESKew:FROM:CUSTOMPROPAgation?
Info
<NR3>is a target (FROM) delay that you can specify when the propagation delay of the target (FROM) probe used for deskew cannot be detected automatically.
VerticalDeskewFromSource
¶
Bases: SCPICmdWrite, SCPICmdRead
The VERTical:DESKew:FROM:SOUrce command.
Description
- This command sets or queries the source channel for performing channel-to-channel deskew adjustment. Sources can be any of the analog channels.
Usage
- Using the
.query()method will send theVERTical:DESKew:FROM:SOUrce?query. - Using the
.verify(value)method will send theVERTical:DESKew:FROM:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVERTical:DESKew:FROM:SOUrce valuecommand.
SCPI Syntax
- VERTical:DESKew:FROM:SOUrce CH<x>
- VERTical:DESKew:FROM:SOUrce?
Info
CH<x>specifies an analog channel as the source.
VerticalDeskewStatic
¶
Bases: SCPICmdWrite, SCPICmdRead
The VERTical:DESKew:STATIC command.
Description
- This command executes static deskew using the deskew settings.
Usage
- Using the
.query()method will send theVERTical:DESKew:STATIC?query. - Using the
.verify(value)method will send theVERTical:DESKew:STATIC?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVERTical:DESKew:STATIC valuecommand.
SCPI Syntax
- VERTical:DESKew:STATIC VERTical:DESKew:FROM:SOUrce CH<x>
- VERTical:DESKew:STATIC?
Info
CH<x>specifies an analog channel as the source.
VerticalDeskewTo
¶
Bases: SCPICmdRead
The VERTical:DESKew:TO command tree.
Usage
- Using the
.query()method will send theVERTical:DESKew:TO?query. - Using the
.verify(value)method will send theVERTical:DESKew:TO?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.custompropagation: TheVERTical:DESKew:TO:CUSTOMPROPAgationcommand..source: TheVERTical:DESKew:TO:SOUrcecommand.
custompropagation
property
¶
custompropagation: VerticalDeskewToCustompropagation
Return the VERTical:DESKew:TO:CUSTOMPROPAgation command.
Description
- This command sets or queries a target (TO) delay that can be specified by the user when the propagation delay of the target (TO) probe used for deskew cannot be detected automatically.
Usage
- Using the
.write(value)method will send theVERTical:DESKew:TO:CUSTOMPROPAgation valuecommand.
SCPI Syntax
- VERTical:DESKew:TO:CUSTOMPROPAgation <NR3>
Info
<NR3>is a target (TO) delay that can be specified by the user when the propagation delay of the target (TO) probe used for deskew cannot be detected automatically.
source
property
¶
source: VerticalDeskewToSource
Return the VERTical:DESKew:TO:SOUrce command.
Description
- This command sets or queries the target channel for performing channel-to-channel deskew adjustment. Target sources can be any of the live analog channels.
Usage
- Using the
.query()method will send theVERTical:DESKew:TO:SOUrce?query. - Using the
.verify(value)method will send theVERTical:DESKew:TO:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVERTical:DESKew:TO:SOUrce valuecommand.
SCPI Syntax
- VERTical:DESKew:TO:SOUrce CH<x>
- VERTical:DESKew:TO:SOUrce?
Info
CH<x>specifies an analog channel as the source.
VerticalDeskewToCustompropagation
¶
Bases: SCPICmdWrite
The VERTical:DESKew:TO:CUSTOMPROPAgation command.
Description
- This command sets or queries a target (TO) delay that can be specified by the user when the propagation delay of the target (TO) probe used for deskew cannot be detected automatically.
Usage
- Using the
.write(value)method will send theVERTical:DESKew:TO:CUSTOMPROPAgation valuecommand.
SCPI Syntax
- VERTical:DESKew:TO:CUSTOMPROPAgation <NR3>
Info
<NR3>is a target (TO) delay that can be specified by the user when the propagation delay of the target (TO) probe used for deskew cannot be detected automatically.
VerticalDeskewToSource
¶
Bases: SCPICmdWrite, SCPICmdRead
The VERTical:DESKew:TO:SOUrce command.
Description
- This command sets or queries the target channel for performing channel-to-channel deskew adjustment. Target sources can be any of the live analog channels.
Usage
- Using the
.query()method will send theVERTical:DESKew:TO:SOUrce?query. - Using the
.verify(value)method will send theVERTical:DESKew:TO:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVERTical:DESKew:TO:SOUrce valuecommand.
SCPI Syntax
- VERTical:DESKew:TO:SOUrce CH<x>
- VERTical:DESKew:TO:SOUrce?
Info
CH<x>specifies an analog channel as the source.