acquire
¶
The acquire 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
- ACQuire:FASTAcq
- ACQuire:FASTAcq:PALEtte {NORMal|TEMPErature|SPECTral|INVERTed}
- ACQuire:FASTAcq:PALEtte?
- ACQuire:FASTAcq:STATE {ON|OFF|1|0}
- ACQuire:FASTAcq:STATE?
- ACQuire:MAGnivu {ON|OFF|<NR1>}
- ACQuire:MAGnivu?
- ACQuire:MAXSamplerate?
- ACQuire:MODe {SAMple|PEAKdetect|HIRes|AVErage|ENVelope}
- ACQuire:MODe?
- ACQuire:NUMACq?
- ACQuire:NUMAVg <NR1>
- ACQuire:NUMAVg?
- ACQuire:NUMEnv {<NR1>|INFInite}
- ACQuire:NUMEnv?
- ACQuire:STATE {OFF|ON|RUN|STOP|<NR1>}
- ACQuire:STATE?
- ACQuire:STOPAfter {RUNSTop|SEQuence}
- ACQuire:STOPAfter?
- ACQuire?
Acquire
¶
Bases: SCPICmdRead
The ACQuire command.
Description
- Queries the current acquisition state.
Usage
- Using the
.query()method will send theACQuire?query. - Using the
.verify(value)method will send theACQuire?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ACQuire?
Properties
.fastacq: TheACQuire:FASTAcqcommand..magnivu: TheACQuire:MAGnivucommand..maxsamplerate: TheACQuire:MAXSampleratecommand..mode: TheACQuire:MODecommand..numacq: TheACQuire:NUMACqcommand..numavg: TheACQuire:NUMAVgcommand..numenv: TheACQuire:NUMEnvcommand..state: TheACQuire:STATEcommand..stopafter: TheACQuire:STOPAftercommand.
fastacq
property
¶
fastacq: AcquireFastacq
Return the ACQuire:FASTAcq command.
Description
- Sets or queries the FastAcq feature. This feature provides a high-speed waveform capture rate to help capture signal anomalies.
Usage
- Using the
.write()method will send theACQuire:FASTAcqcommand.
SCPI Syntax
- ACQuire:FASTAcq
Sub-properties
.palette: TheACQuire:FASTAcq:PALEttecommand..state: TheACQuire:FASTAcq:STATEcommand.
magnivu
property
¶
magnivu: AcquireMagnivu
Return the ACQuire:MAGnivu command.
Description
- Turns on the MagniVu feature, which provides up to 32 times signal detail for fast viewing of short events. This feature is not recommended for slow data formats such as RS-232.
Usage
- Using the
.query()method will send theACQuire:MAGnivu?query. - Using the
.verify(value)method will send theACQuire:MAGnivu?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:MAGnivu valuecommand.
SCPI Syntax
- ACQuire:MAGnivu {ON|OFF|<NR1>}
- ACQuire:MAGnivu?
Info
<NR1> = 0disables the MagniVu feature; any other value turns this feature on.ONenables the MagniVu feature.OFFdisables the MagniVu feature.
maxsamplerate
property
¶
maxsamplerate: AcquireMaxsamplerate
Return the ACQuire:MAXSamplerate command.
Description
- This query returns the maximum real-time sample rate.
Usage
- Using the
.query()method will send theACQuire:MAXSamplerate?query. - Using the
.verify(value)method will send theACQuire:MAXSamplerate?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ACQuire:MAXSamplerate?
mode
property
¶
mode: AcquireMode
Return the ACQuire:MODe command.
Description
- This command sets or queries the selected acquisition mode of the instrument.
Usage
- Using the
.query()method will send theACQuire:MODe?query. - Using the
.verify(value)method will send theACQuire:MODe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:MODe valuecommand.
SCPI Syntax
- ACQuire:MODe {SAMple|PEAKdetect|HIRes|AVErage|ENVelope}
- ACQuire:MODe?
Info
SAMplespecifies that the displayed data point value is the first sampled value that is taken during the acquisition interval. The CURVE query, depending on sample rate, will result in either 8 bit or 16 bit data. In case of 8 bit data, the precision is also 8 bit. However, in case of 16 bit data, 12 bit precision data is zero padded in lower 4 bits. SAMple is the default mode.PEAKdetectspecifies the display of high-low range of the samples taken from a single waveform acquisition. The high-low range is displayed as a vertical column that extends from the highest to the lowest value sampled during the acquisition interval. PEAKdetect mode can reveal the presence of aliasing or narrow spikes.HIResspecifies Hi Res mode where the displayed data point value is the average of all the samples taken during the acquisition interval. This is a form of averaging, where the average comes from a single waveform acquisition. The number of samples taken during the acquisition interval determines the number of data values that compose the average.AVEragespecifies averaging mode, in which the resulting waveform shows an average of SAMple data points from several separate waveform acquisitions. The instrument processes the number of waveforms you specify into the acquired waveform, creating a running exponential average of the input signal. The number of waveform acquisitions that go into making up the average waveform is set or queried using theACQUIRE:NUMAVGcommand.ENVelopespecifies envelope mode, where the resulting waveform displays the range of PEAKdetect from continued waveform acquisitions.
numacq
property
¶
numacq: AcquireNumacq
Return the ACQuire:NUMACq command.
Description
- This query-only command returns the number of waveform acquisitions that have occurred since the last time acquisitions were stopped.
Usage
- Using the
.query()method will send theACQuire:NUMACq?query. - Using the
.verify(value)method will send theACQuire:NUMACq?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ACQuire:NUMACq?
numavg
property
¶
numavg: AcquireNumavg
Return the ACQuire:NUMAVg command.
Description
- This command sets or queries the number of waveform acquisitions that make up an averaged waveform. Ranges from 2 to 10240.
Usage
- Using the
.query()method will send theACQuire:NUMAVg?query. - Using the
.verify(value)method will send theACQuire:NUMAVg?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:NUMAVg valuecommand.
SCPI Syntax
- ACQuire:NUMAVg <NR1>
- ACQuire:NUMAVg?
Info
<NR1>is the number of waveform acquisitions to average.
numenv
property
¶
numenv: AcquireNumenv
Return the ACQuire:NUMEnv command.
Description
- This command controls the number of envelopes (when acquisition mode has been set to
ENVelope using
ACQUIRE:MODE). The number of envelopes can be set from 1 to 2000 in increments of 1, or to INFInite. Setting the value to a number greater than 2000 sets the number of envelopes to INFInite.
Usage
- Using the
.query()method will send theACQuire:NUMEnv?query. - Using the
.verify(value)method will send theACQuire:NUMEnv?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:NUMEnv valuecommand.
SCPI Syntax
- ACQuire:NUMEnv {<NR1>|INFInite}
- ACQuire:NUMEnv?
Info
<NR1>is an integer that specifies the number of envelopes to use when the acquisition mode has been set to ENVelope.INFInitespecifies to use an infinite number of envelopes.
state
property
¶
state: AcquireState
Return the ACQuire:STATE command.
Description
- Starts or stops acquisitions. When state is set to ON or RUN, a new acquisition will be started. If the last acquisition was a single acquisition sequence, a new single sequence acquisition will be started. If the last acquisition was continuous, a new continuous acquisition will be started. If RUN is issued in the process of completing a single sequence acquisition (for example, averaging or enveloping), the acquisition sequence is restarted, and any accumulated data is discarded. Also, the oscilloscope resets the number of acquisitions. If the RUN argument is issued while in continuous mode, acquisition continues.
Usage
- Using the
.query()method will send theACQuire:STATE?query. - Using the
.verify(value)method will send theACQuire:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:STATE valuecommand.
SCPI Syntax
- ACQuire:STATE {OFF|ON|RUN|STOP|<NR1>}
- ACQuire:STATE?
Info
OFFstops acquisitions.STOPstops acquisitions.ONstarts acquisitions.RUNstarts acquisitions.<NR1>= 0 stops acquisitions; any other value starts acquisitions.
stopafter
property
¶
stopafter: AcquireStopafter
Return the ACQuire:STOPAfter command.
Description
- This command sets or queries whether the instrument continually acquires acquisitions
or acquires a single sequence. Pressing SINGLE on the front panel button is equivalent
to sending these commands:
ACQUIRE:STOPAFTER SEQUENCEandACQUIRE:STATE 1.
Usage
- Using the
.query()method will send theACQuire:STOPAfter?query. - Using the
.verify(value)method will send theACQuire:STOPAfter?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:STOPAfter valuecommand.
SCPI Syntax
- ACQuire:STOPAfter {RUNSTop|SEQuence}
- ACQuire:STOPAfter?
Info
RUNSTopspecifies that the instrument will continually acquire data, ifACQuire:STATEis turned on.SEQuencespecifies that the next acquisition will be a single-sequence acquisition.
AcquireFastacq
¶
Bases: SCPICmdWriteNoArguments, SCPICmdRead
The ACQuire:FASTAcq command.
Description
- Sets or queries the FastAcq feature. This feature provides a high-speed waveform capture rate to help capture signal anomalies.
Usage
- Using the
.write()method will send theACQuire:FASTAcqcommand.
SCPI Syntax
- ACQuire:FASTAcq
Properties
.palette: TheACQuire:FASTAcq:PALEttecommand..state: TheACQuire:FASTAcq:STATEcommand.
palette
property
¶
palette: AcquireFastacqPalette
Return the ACQuire:FASTAcq:PALEtte command.
Description
- Sets (or queries) which palette to use for fast acquisition mode.
Usage
- Using the
.query()method will send theACQuire:FASTAcq:PALEtte?query. - Using the
.verify(value)method will send theACQuire:FASTAcq:PALEtte?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:FASTAcq:PALEtte valuecommand.
SCPI Syntax
- ACQuire:FASTAcq:PALEtte {NORMal|TEMPErature|SPECTral|INVERTed}
- ACQuire:FASTAcq:PALEtte?
Info
NORMal- Normal displays hues and lightness levels for best overall viewing. The color of each channel waveform matches the color of the corresponding front-panel vertical knob.TEMPErature- Temperature Grading displays areas of the waveform with the highest sample density in red shades. The areas of lowest sample density appear in blue shades.SPECTra- Spectral Grading displays areas of the waveform with the highest sample density in blue shades. The areas of lowest sample density appear in red shades.INVERTed- Inverts the normal display hues and lightness levels based on sample intensity. The areas of lowest sample density appear the brightest, while the areas with the highest sample density appear the darkest.
state
property
¶
state: AcquireFastacqState
Return the ACQuire:FASTAcq:STATE command.
Description
- Turns fast acquisition mode on or off, or queries the state of the mode.
Usage
- Using the
.query()method will send theACQuire:FASTAcq:STATE?query. - Using the
.verify(value)method will send theACQuire:FASTAcq:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:FASTAcq:STATE valuecommand.
SCPI Syntax
- ACQuire:FASTAcq:STATE {ON|OFF|1|0}
- ACQuire:FASTAcq:STATE?
Info
1or ON turns on fast acquisition mode.0or OFF turns it off.
AcquireFastacqPalette
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACQuire:FASTAcq:PALEtte command.
Description
- Sets (or queries) which palette to use for fast acquisition mode.
Usage
- Using the
.query()method will send theACQuire:FASTAcq:PALEtte?query. - Using the
.verify(value)method will send theACQuire:FASTAcq:PALEtte?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:FASTAcq:PALEtte valuecommand.
SCPI Syntax
- ACQuire:FASTAcq:PALEtte {NORMal|TEMPErature|SPECTral|INVERTed}
- ACQuire:FASTAcq:PALEtte?
Info
NORMal- Normal displays hues and lightness levels for best overall viewing. The color of each channel waveform matches the color of the corresponding front-panel vertical knob.TEMPErature- Temperature Grading displays areas of the waveform with the highest sample density in red shades. The areas of lowest sample density appear in blue shades.SPECTra- Spectral Grading displays areas of the waveform with the highest sample density in blue shades. The areas of lowest sample density appear in red shades.INVERTed- Inverts the normal display hues and lightness levels based on sample intensity. The areas of lowest sample density appear the brightest, while the areas with the highest sample density appear the darkest.
AcquireFastacqState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACQuire:FASTAcq:STATE command.
Description
- Turns fast acquisition mode on or off, or queries the state of the mode.
Usage
- Using the
.query()method will send theACQuire:FASTAcq:STATE?query. - Using the
.verify(value)method will send theACQuire:FASTAcq:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:FASTAcq:STATE valuecommand.
SCPI Syntax
- ACQuire:FASTAcq:STATE {ON|OFF|1|0}
- ACQuire:FASTAcq:STATE?
Info
1or ON turns on fast acquisition mode.0or OFF turns it off.
AcquireMagnivu
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACQuire:MAGnivu command.
Description
- Turns on the MagniVu feature, which provides up to 32 times signal detail for fast viewing of short events. This feature is not recommended for slow data formats such as RS-232.
Usage
- Using the
.query()method will send theACQuire:MAGnivu?query. - Using the
.verify(value)method will send theACQuire:MAGnivu?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:MAGnivu valuecommand.
SCPI Syntax
- ACQuire:MAGnivu {ON|OFF|<NR1>}
- ACQuire:MAGnivu?
Info
<NR1> = 0disables the MagniVu feature; any other value turns this feature on.ONenables the MagniVu feature.OFFdisables the MagniVu feature.
AcquireMaxsamplerate
¶
Bases: SCPICmdRead
The ACQuire:MAXSamplerate command.
Description
- This query returns the maximum real-time sample rate.
Usage
- Using the
.query()method will send theACQuire:MAXSamplerate?query. - Using the
.verify(value)method will send theACQuire:MAXSamplerate?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ACQuire:MAXSamplerate?
AcquireMode
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACQuire:MODe command.
Description
- This command sets or queries the selected acquisition mode of the instrument.
Usage
- Using the
.query()method will send theACQuire:MODe?query. - Using the
.verify(value)method will send theACQuire:MODe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:MODe valuecommand.
SCPI Syntax
- ACQuire:MODe {SAMple|PEAKdetect|HIRes|AVErage|ENVelope}
- ACQuire:MODe?
Info
SAMplespecifies that the displayed data point value is the first sampled value that is taken during the acquisition interval. The CURVE query, depending on sample rate, will result in either 8 bit or 16 bit data. In case of 8 bit data, the precision is also 8 bit. However, in case of 16 bit data, 12 bit precision data is zero padded in lower 4 bits. SAMple is the default mode.PEAKdetectspecifies the display of high-low range of the samples taken from a single waveform acquisition. The high-low range is displayed as a vertical column that extends from the highest to the lowest value sampled during the acquisition interval. PEAKdetect mode can reveal the presence of aliasing or narrow spikes.HIResspecifies Hi Res mode where the displayed data point value is the average of all the samples taken during the acquisition interval. This is a form of averaging, where the average comes from a single waveform acquisition. The number of samples taken during the acquisition interval determines the number of data values that compose the average.AVEragespecifies averaging mode, in which the resulting waveform shows an average of SAMple data points from several separate waveform acquisitions. The instrument processes the number of waveforms you specify into the acquired waveform, creating a running exponential average of the input signal. The number of waveform acquisitions that go into making up the average waveform is set or queried using theACQUIRE:NUMAVGcommand.ENVelopespecifies envelope mode, where the resulting waveform displays the range of PEAKdetect from continued waveform acquisitions.
AcquireNumacq
¶
Bases: SCPICmdRead
The ACQuire:NUMACq command.
Description
- This query-only command returns the number of waveform acquisitions that have occurred since the last time acquisitions were stopped.
Usage
- Using the
.query()method will send theACQuire:NUMACq?query. - Using the
.verify(value)method will send theACQuire:NUMACq?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ACQuire:NUMACq?
AcquireNumavg
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACQuire:NUMAVg command.
Description
- This command sets or queries the number of waveform acquisitions that make up an averaged waveform. Ranges from 2 to 10240.
Usage
- Using the
.query()method will send theACQuire:NUMAVg?query. - Using the
.verify(value)method will send theACQuire:NUMAVg?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:NUMAVg valuecommand.
SCPI Syntax
- ACQuire:NUMAVg <NR1>
- ACQuire:NUMAVg?
Info
<NR1>is the number of waveform acquisitions to average.
AcquireNumenv
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACQuire:NUMEnv command.
Description
- This command controls the number of envelopes (when acquisition mode has been set to
ENVelope using
ACQUIRE:MODE). The number of envelopes can be set from 1 to 2000 in increments of 1, or to INFInite. Setting the value to a number greater than 2000 sets the number of envelopes to INFInite.
Usage
- Using the
.query()method will send theACQuire:NUMEnv?query. - Using the
.verify(value)method will send theACQuire:NUMEnv?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:NUMEnv valuecommand.
SCPI Syntax
- ACQuire:NUMEnv {<NR1>|INFInite}
- ACQuire:NUMEnv?
Info
<NR1>is an integer that specifies the number of envelopes to use when the acquisition mode has been set to ENVelope.INFInitespecifies to use an infinite number of envelopes.
AcquireState
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACQuire:STATE command.
Description
- Starts or stops acquisitions. When state is set to ON or RUN, a new acquisition will be started. If the last acquisition was a single acquisition sequence, a new single sequence acquisition will be started. If the last acquisition was continuous, a new continuous acquisition will be started. If RUN is issued in the process of completing a single sequence acquisition (for example, averaging or enveloping), the acquisition sequence is restarted, and any accumulated data is discarded. Also, the oscilloscope resets the number of acquisitions. If the RUN argument is issued while in continuous mode, acquisition continues.
Usage
- Using the
.query()method will send theACQuire:STATE?query. - Using the
.verify(value)method will send theACQuire:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:STATE valuecommand.
SCPI Syntax
- ACQuire:STATE {OFF|ON|RUN|STOP|<NR1>}
- ACQuire:STATE?
Info
OFFstops acquisitions.STOPstops acquisitions.ONstarts acquisitions.RUNstarts acquisitions.<NR1>= 0 stops acquisitions; any other value starts acquisitions.
AcquireStopafter
¶
Bases: SCPICmdWrite, SCPICmdRead
The ACQuire:STOPAfter command.
Description
- This command sets or queries whether the instrument continually acquires acquisitions or
acquires a single sequence. Pressing SINGLE on the front panel button is equivalent to
sending these commands:
ACQUIRE:STOPAFTER SEQUENCEandACQUIRE:STATE 1.
Usage
- Using the
.query()method will send theACQuire:STOPAfter?query. - Using the
.verify(value)method will send theACQuire:STOPAfter?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theACQuire:STOPAfter valuecommand.
SCPI Syntax
- ACQuire:STOPAfter {RUNSTop|SEQuence}
- ACQuire:STOPAfter?
Info
RUNSTopspecifies that the instrument will continually acquire data, ifACQuire:STATEis turned on.SEQuencespecifies that the next acquisition will be a single-sequence acquisition.