d
¶
The d commands module.
These commands are used in the following models: DPO2K, DPO2KB, MSO2K, MSO2KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- D<x>
- D<x>:LABel <Qstring>
- D<x>:LABel?
- D<x>:POSition <NR3>
- D<x>:POSition?
- D<x>:THREshold {ECL|TTL|<NR3>}
- D<x>:THREshold?
DigitalBit
¶
Bases: ValidatedDigitalBit, SCPICmdWriteNoArguments, SCPICmdRead
The D<x> command.
Description
- This command specifies parameters for digital channel
, where x is the channel number.
Usage
- Using the
.write()method will send theD<x>command.
SCPI Syntax
- D<x>
Properties
.label: TheD<x>:LABelcommand..position: TheD<x>:POSitioncommand..threshold: TheD<x>:THREsholdcommand.
label
property
¶
label: DigitalBitLabel
Return the D<x>:LABel command.
Description
- This command specifies the waveform label for digital channel
, where x is the channel number.
Usage
- Using the
.query()method will send theD<x>:LABel?query. - Using the
.verify(value)method will send theD<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theD<x>:LABel valuecommand.
SCPI Syntax
- D<x>:LABel <Qstring>
- D<x>:LABel?
Info
<Qstring>is an alphanumeric string of text, enclosed in quotes, that contains the text label information for the digital channelwaveform. The text string is limited to 30 characters.
position
property
¶
position: DigitalBitPosition
Return the D<x>:POSition command.
Description
- This command specifies the vertical position for digital channel
, where x is the channel number.
Usage
- Using the
.query()method will send theD<x>:POSition?query. - Using the
.verify(value)method will send theD<x>:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theD<x>:POSition valuecommand.
SCPI Syntax
- D<x>:POSition <NR3>
- D<x>:POSition?
Info
<NR3>is a floating point number that specifies the position of the digital channel, in slot units. Use the oscilloscope front-panel controls to place the channel; then query the channel to obtain an exact value for the position.
threshold
property
¶
threshold: DigitalBitThreshold
Return the D<x>:THREshold command.
Description
- Sets or returns the logical threshold for digital channel
, where x is the channel number.
Usage
- Using the
.query()method will send theD<x>:THREshold?query. - Using the
.verify(value)method will send theD<x>:THREshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theD<x>:THREshold valuecommand.
SCPI Syntax
- D<x>:THREshold {ECL|TTL|<NR3>}
- D<x>:THREshold?
Info
ECLsets the digital threshold for channelto a preset ECL high level of -1.3V. TTLsets the digital threshold for channelto a preset TTL high level of 1.4V. <NR3>specifies the digital threshold for channelin volts.
DigitalBitLabel
¶
Bases: SCPICmdWrite, SCPICmdRead
The D<x>:LABel command.
Description
- This command specifies the waveform label for digital channel
, where x is the channel number.
Usage
- Using the
.query()method will send theD<x>:LABel?query. - Using the
.verify(value)method will send theD<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theD<x>:LABel valuecommand.
SCPI Syntax
- D<x>:LABel <Qstring>
- D<x>:LABel?
Info
<Qstring>is an alphanumeric string of text, enclosed in quotes, that contains the text label information for the digital channelwaveform. The text string is limited to 30 characters.
DigitalBitPosition
¶
Bases: SCPICmdWrite, SCPICmdRead
The D<x>:POSition command.
Description
- This command specifies the vertical position for digital channel
, where x is the channel number.
Usage
- Using the
.query()method will send theD<x>:POSition?query. - Using the
.verify(value)method will send theD<x>:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theD<x>:POSition valuecommand.
SCPI Syntax
- D<x>:POSition <NR3>
- D<x>:POSition?
Info
<NR3>is a floating point number that specifies the position of the digital channel, in slot units. Use the oscilloscope front-panel controls to place the channel; then query the channel to obtain an exact value for the position.
DigitalBitThreshold
¶
Bases: SCPICmdWrite, SCPICmdRead
The D<x>:THREshold command.
Description
- Sets or returns the logical threshold for digital channel
, where x is the channel number.
Usage
- Using the
.query()method will send theD<x>:THREshold?query. - Using the
.verify(value)method will send theD<x>:THREshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theD<x>:THREshold valuecommand.
SCPI Syntax
- D<x>:THREshold {ECL|TTL|<NR3>}
- D<x>:THREshold?
Info
ECLsets the digital threshold for channelto a preset ECL high level of -1.3V. TTLsets the digital threshold for channelto a preset TTL high level of 1.4V. <NR3>specifies the digital threshold for channelin volts.