cq
¶
The cq commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- CQ<x>:THRESHold <NR3>
- CQ<x>:THRESHold?
CqItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The CQ<x> command tree.
Usage
- Using the
.query()method will send theCQ<x>?query. - Using the
.verify(value)method will send theCQ<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.threshold: TheCQ<x>:THRESHoldcommand.
threshold
property
¶
threshold: CqItemThreshold
Return the CQ<x>:THRESHold command.
Description
- This command sets or queries the comparable threshold for converting the clock/qualifier signal to its digital form, where x is zero.
Usage
- Using the
.query()method will send theCQ<x>:THRESHold?query. - Using the
.verify(value)method will send theCQ<x>:THRESHold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCQ<x>:THRESHold valuecommand.
SCPI Syntax
- CQ<x>:THRESHold <NR3>
- CQ<x>:THRESHold?
Info
<NR3>specifies the channel/qualifier threshold in volts.
CqItemThreshold
¶
Bases: SCPICmdWrite, SCPICmdRead
The CQ<x>:THRESHold command.
Description
- This command sets or queries the comparable threshold for converting the clock/qualifier signal to its digital form, where x is zero.
Usage
- Using the
.query()method will send theCQ<x>:THRESHold?query. - Using the
.verify(value)method will send theCQ<x>:THRESHold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCQ<x>:THRESHold valuecommand.
SCPI Syntax
- CQ<x>:THRESHold <NR3>
- CQ<x>:THRESHold?
Info
<NR3>specifies the channel/qualifier threshold in volts.