d
¶
The d commands module.
These commands are used in the following models: DPO4K, DPO4KB, MDO3, 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
- 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
- This command specifies the logical threshold for the digital channel
, where x is the digital channel number D0 - D15.
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>is a floating point number that specifies the digital threshold for channel, in 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
- This command specifies the logical threshold for the digital channel
, where x is the digital channel number D0 - D15.
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>is a floating point number that specifies the digital threshold for channel, in volts.