save

The save commands module.

These commands are used in the following models: MSO2

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- SAVe:EVENTtable:BUS <QString>
- SAVe:EVENTtable:MEASUrement <QString>
- SAVe:EVENTtable:SEARCHTable <QString>
- SAVe:IMAGe <QString>
- SAVe:IMAGe:COMPosition {NORMal|INVErted}
- SAVe:IMAGe:COMPosition?
- SAVe:IMAGe:VIEWTYpe {FULLScreen}
- SAVe:IMAGe:VIEWTYpe?
- SAVe:PLOTData <Qstring>
- SAVe:REPOrt <QString>
- SAVe:REPOrt:COMMents <QString>
- SAVe:REPOrt:COMMents?
- SAVe:SESsion <QString>
- SAVe:SETUp <QString>
- SAVe:SETUp:INCLUDEREFs {ON|OFF|1|0}
- SAVe:SETUp:INCLUDEREFs?
- SAVe:WAVEform {CH<x>[_DALL|_SV_NORMal|_SV_AVErage|_SV_MAXHold| _SV_MINHold|_MAG_VS_TIME|_FREQ_VS_TIME| _PHASE_VS_TIME _SV_BASEBAND_IQ]|MATH<x>|REF<x>|ALL| },<QString>
- SAVe:WAVEform:GATing {NONe|CURSors|SCREEN|RESAMPLE|SELected}
- SAVe:WAVEform:GATing:RESAMPLErate <NR1>
- SAVe:WAVEform:GATing:RESAMPLErate?
- SAVe:WAVEform:GATing?
- SAVe:WAVEform:SOURCELIst?

Save

Bases: SCPICmdRead

The SAVe command tree.

Usage
  • Using the .query() method will send the SAVe? query.
  • Using the .verify(value) method will send the SAVe? query and raise an AssertionError if the returned value does not match value.
Properties
  • .eventtable: The SAVe:EVENTtable command tree.
  • .image: The SAVe:IMAGe command.
  • .plotdata: The SAVe:PLOTData command.
  • .report: The SAVe:REPOrt command.
  • .session: The SAVe:SESsion command.
  • .setup: The SAVe:SETUp command.
  • .waveform: The SAVe:WAVEform command.

eventtable property

eventtable: SaveEventtable

Return the SAVe:EVENTtable command tree.

Usage
  • Using the .query() method will send the SAVe:EVENTtable? query.
  • Using the .verify(value) method will send the SAVe:EVENTtable? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .bus: The SAVe:EVENTtable:BUS command.
  • .measurement: The SAVe:EVENTtable:MEASUrement command.
  • .searchtable: The SAVe:EVENTtable:SEARCHTable command.

image property

image: SaveImage

Return the SAVe:IMAGe command.

Description
  • Saves a capture of the screen contents to the specified image file. Supported image formats are PNG, Windows Bitmap, and JPEG.
Usage
  • Using the .write(value) method will send the SAVe:IMAGe value command.
SCPI Syntax
- SAVe:IMAGe <QString>
Info
  • <QString> is the file name and location used to store the image file.
Sub-properties
  • .composition: The SAVe:IMAGe:COMPosition command.
  • .viewtype: The SAVe:IMAGe:VIEWTYpe command.

plotdata property

plotdata: SavePlotdata

Return the SAVe:PLOTData command.

Description
  • Saves the plot data of the currently selected plot to a specified file. Supported file format is CSV.
Usage
  • Using the .write(value) method will send the SAVe:PLOTData value command.
SCPI Syntax
- SAVe:PLOTData <Qstring>
Info
  • Qstring sets the file name and location used to store the plot data. When specifying the file name with this command, use the correct file extension (.CSV). If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by FILESYSTEM:CWD) unless a complete path is specified.

report property

report: SaveReport

Return the SAVe:REPOrt command.

Description
  • This command saves a report to the specified file. Supported report formats are PDF and MHT (web page archive file).
Usage
  • Using the .write(value) method will send the SAVe:REPOrt value command.
SCPI Syntax
- SAVe:REPOrt <QString>
Info
  • <QString> is the complete path specification. When specifying the file name with this command, use the correct file extension (.pdf for PDF format, or .mht for MHT format).
Sub-properties
  • .comments: The SAVe:REPOrt:COMMents command.

session property

session: SaveSession

Return the SAVe:SESsion command.

Description
  • Saves the state of the instrument, including reference waveforms, to a saved session file.
Usage
  • Using the .write(value) method will send the SAVe:SESsion value command.
SCPI Syntax
- SAVe:SESsion <QString>
Info
  • <QString> is the file path that specifies the location to save the specified instrument session file. If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by.

setup property

setup: SaveSetup

Return the SAVe:SETUp command.

Description
  • Saves the current instrument state to the specified file.
Usage
  • Using the .write(value) method will send the SAVe:SETUp value command.
SCPI Syntax
- SAVe:SETUp <QString>
Info
  • <QString> is a quoted string that is the complete path specification. If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by FILESYSTEM:CWD) unless a complete path is specified.
Sub-properties
  • .includerefs: The SAVe:SETUp:INCLUDEREFs command.

waveform property

waveform: SaveWaveform

Return the SAVe:WAVEform command.

Description
  • This command saves the specified waveform(s) to the specified destination file.
Usage
  • Using the .write(value) method will send the SAVe:WAVEform value command.
SCPI Syntax
- SAVe:WAVEform {CH<x>[_DALL|_SV_NORMal|_SV_AVErage|_SV_MAXHold| _SV_MINHold|_MAG_VS_TIME|_FREQ_VS_TIME| _PHASE_VS_TIME _SV_BASEBAND_IQ]|MATH<x>|REF<x>|ALL| },<QString>
Info
  • <x> is the number of the analog channel (CH), math (MATH), or reference (REF) waveform source used to save the waveform data.
  • _DALL saves the digital channel waveform data of the specified channel.
  • _SV_NORMal saves the Normal Spectrum view waveform of the specified channel.
  • _SV_AVErage saves the Average Spectrum view waveform of the specified channel.
  • _SV_MAXHold saves the Maximum Hold Spectrum view waveform of the specified channel.
  • _SV_MINHold saves the Minimum Hold Spectrum view waveform of the specified channel.
  • _MAG_VS_TIME saves the Magnitude vs.
  • _FREQ_VS_TIME saves the Freuency vs.
  • _PHASE_VS_TIME saves the Phase vs.
  • _SV_BASEBAND_IQ saves the baseband I & Q data of the specified channel.
  • ALL saves all displayed analog, math, and reference waveforms to individual files.
  • <Qstring> is a quoted string that defines the path and file name to use to save the specified file, in the format ‘[]<filename.
  • <path> uses the form ‘/.
  • <filename> sets the file name to use to create the file.
  • <.ext> sets the file format to which to save the data.
Sub-properties
  • .gating: The SAVe:WAVEform:GATing command.
  • .sourcelist: The SAVe:WAVEform:SOURCELIst command.

SaveEventtable

Bases: SCPICmdRead

The SAVe:EVENTtable command tree.

Usage
  • Using the .query() method will send the SAVe:EVENTtable? query.
  • Using the .verify(value) method will send the SAVe:EVENTtable? query and raise an AssertionError if the returned value does not match value.
Properties
  • .bus: The SAVe:EVENTtable:BUS command.
  • .measurement: The SAVe:EVENTtable:MEASUrement command.
  • .searchtable: The SAVe:EVENTtable:SEARCHTable command.

bus property

Return the SAVe:EVENTtable:BUS command.

Description
  • This command saves bus results table to the specified file.
Usage
  • Using the .write(value) method will send the SAVe:EVENTtable:BUS value command.
SCPI Syntax
- SAVe:EVENTtable:BUS <QString>
Info
  • <QString> is the specified file. If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by FILESYSTEM:CWD) unless a complete path is specified.

measurement property

Return the SAVe:EVENTtable:MEASUrement command.

Description
  • This command saves data (measurement) results to the specified file.
Usage
  • Using the .write(value) method will send the SAVe:EVENTtable:MEASUrement value command.
SCPI Syntax
- SAVe:EVENTtable:MEASUrement <QString>
Info
  • <QString> is the specified file. If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by FILESYSTEM:CWD) unless a complete path is specified.

searchtable property

Return the SAVe:EVENTtable:SEARCHTable command.

Description
  • This command saves a search results table to the specified file.
Usage
  • Using the .write(value) method will send the SAVe:EVENTtable:SEARCHTable value command.
SCPI Syntax
- SAVe:EVENTtable:SEARCHTable <QString>
Info
  • <QString> is the specified file. If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by FILESYSTEM:CWD) unless a complete path is specified.

SaveEventtableBus

Bases: SCPICmdWrite

The SAVe:EVENTtable:BUS command.

Description
  • This command saves bus results table to the specified file.
Usage
  • Using the .write(value) method will send the SAVe:EVENTtable:BUS value command.
SCPI Syntax
- SAVe:EVENTtable:BUS <QString>
Info
  • <QString> is the specified file. If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by FILESYSTEM:CWD) unless a complete path is specified.

SaveEventtableMeasurement

Bases: SCPICmdWrite

The SAVe:EVENTtable:MEASUrement command.

Description
  • This command saves data (measurement) results to the specified file.
Usage
  • Using the .write(value) method will send the SAVe:EVENTtable:MEASUrement value command.
SCPI Syntax
- SAVe:EVENTtable:MEASUrement <QString>
Info
  • <QString> is the specified file. If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by FILESYSTEM:CWD) unless a complete path is specified.

SaveEventtableSearchtable

Bases: SCPICmdWrite

The SAVe:EVENTtable:SEARCHTable command.

Description
  • This command saves a search results table to the specified file.
Usage
  • Using the .write(value) method will send the SAVe:EVENTtable:SEARCHTable value command.
SCPI Syntax
- SAVe:EVENTtable:SEARCHTable <QString>
Info
  • <QString> is the specified file. If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by FILESYSTEM:CWD) unless a complete path is specified.

SaveImage

Bases: SCPICmdWrite, SCPICmdRead

The SAVe:IMAGe command.

Description
  • Saves a capture of the screen contents to the specified image file. Supported image formats are PNG, Windows Bitmap, and JPEG.
Usage
  • Using the .write(value) method will send the SAVe:IMAGe value command.
SCPI Syntax
- SAVe:IMAGe <QString>
Info
  • <QString> is the file name and location used to store the image file.
Properties
  • .composition: The SAVe:IMAGe:COMPosition command.
  • .viewtype: The SAVe:IMAGe:VIEWTYpe command.

composition property

composition: SaveImageComposition

Return the SAVe:IMAGe:COMPosition command.

Description
  • Sets or queries the color mode for saved images (normal or inverted).
Usage
  • Using the .query() method will send the SAVe:IMAGe:COMPosition? query.
  • Using the .verify(value) method will send the SAVe:IMAGe:COMPosition? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:IMAGe:COMPosition value command.
SCPI Syntax
- SAVe:IMAGe:COMPosition {NORMal|INVErted}
- SAVe:IMAGe:COMPosition?
Info
  • NORMal Sets the saved screen capture to Normal colors.
  • INVErted sets the saved screen capture to Inverted colors.

viewtype property

Return the SAVe:IMAGe:VIEWTYpe command.

Description
  • Sets or queries the view type for saved images. Currently only FULLScreen is supported.
Usage
  • Using the .query() method will send the SAVe:IMAGe:VIEWTYpe? query.
  • Using the .verify(value) method will send the SAVe:IMAGe:VIEWTYpe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:IMAGe:VIEWTYpe value command.
SCPI Syntax
- SAVe:IMAGe:VIEWTYpe {FULLScreen}
- SAVe:IMAGe:VIEWTYpe?
Info
  • FULLScreen sets the screen capture mode to capture the full screen.

SaveImageComposition

Bases: SCPICmdWrite, SCPICmdRead

The SAVe:IMAGe:COMPosition command.

Description
  • Sets or queries the color mode for saved images (normal or inverted).
Usage
  • Using the .query() method will send the SAVe:IMAGe:COMPosition? query.
  • Using the .verify(value) method will send the SAVe:IMAGe:COMPosition? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:IMAGe:COMPosition value command.
SCPI Syntax
- SAVe:IMAGe:COMPosition {NORMal|INVErted}
- SAVe:IMAGe:COMPosition?
Info
  • NORMal Sets the saved screen capture to Normal colors.
  • INVErted sets the saved screen capture to Inverted colors.

SaveImageViewtype

Bases: SCPICmdWrite, SCPICmdRead

The SAVe:IMAGe:VIEWTYpe command.

Description
  • Sets or queries the view type for saved images. Currently only FULLScreen is supported.
Usage
  • Using the .query() method will send the SAVe:IMAGe:VIEWTYpe? query.
  • Using the .verify(value) method will send the SAVe:IMAGe:VIEWTYpe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:IMAGe:VIEWTYpe value command.
SCPI Syntax
- SAVe:IMAGe:VIEWTYpe {FULLScreen}
- SAVe:IMAGe:VIEWTYpe?
Info
  • FULLScreen sets the screen capture mode to capture the full screen.

SavePlotdata

Bases: SCPICmdWrite

The SAVe:PLOTData command.

Description
  • Saves the plot data of the currently selected plot to a specified file. Supported file format is CSV.
Usage
  • Using the .write(value) method will send the SAVe:PLOTData value command.
SCPI Syntax
- SAVe:PLOTData <Qstring>
Info
  • Qstring sets the file name and location used to store the plot data. When specifying the file name with this command, use the correct file extension (.CSV). If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by FILESYSTEM:CWD) unless a complete path is specified.

SaveReport

Bases: SCPICmdWrite, SCPICmdRead

The SAVe:REPOrt command.

Description
  • This command saves a report to the specified file. Supported report formats are PDF and MHT (web page archive file).
Usage
  • Using the .write(value) method will send the SAVe:REPOrt value command.
SCPI Syntax
- SAVe:REPOrt <QString>
Info
  • <QString> is the complete path specification. When specifying the file name with this command, use the correct file extension (.pdf for PDF format, or .mht for MHT format).
Properties
  • .comments: The SAVe:REPOrt:COMMents command.

comments property

Return the SAVe:REPOrt:COMMents command.

Description
  • This command sets or queries the comments to be included in saved report files.
Usage
  • Using the .query() method will send the SAVe:REPOrt:COMMents? query.
  • Using the .verify(value) method will send the SAVe:REPOrt:COMMents? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:REPOrt:COMMents value command.
SCPI Syntax
- SAVe:REPOrt:COMMents <QString>
- SAVe:REPOrt:COMMents?
Info
  • <QString> is the comments to be included in saved report files.

SaveReportComments

Bases: SCPICmdWrite, SCPICmdRead

The SAVe:REPOrt:COMMents command.

Description
  • This command sets or queries the comments to be included in saved report files.
Usage
  • Using the .query() method will send the SAVe:REPOrt:COMMents? query.
  • Using the .verify(value) method will send the SAVe:REPOrt:COMMents? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:REPOrt:COMMents value command.
SCPI Syntax
- SAVe:REPOrt:COMMents <QString>
- SAVe:REPOrt:COMMents?
Info
  • <QString> is the comments to be included in saved report files.

SaveSession

Bases: SCPICmdWrite

The SAVe:SESsion command.

Description
  • Saves the state of the instrument, including reference waveforms, to a saved session file.
Usage
  • Using the .write(value) method will send the SAVe:SESsion value command.
SCPI Syntax
- SAVe:SESsion <QString>
Info
  • <QString> is the file path that specifies the location to save the specified instrument session file. If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by.

SaveSetup

Bases: SCPICmdWrite, SCPICmdRead

The SAVe:SETUp command.

Description
  • Saves the current instrument state to the specified file.
Usage
  • Using the .write(value) method will send the SAVe:SETUp value command.
SCPI Syntax
- SAVe:SETUp <QString>
Info
  • <QString> is a quoted string that is the complete path specification. If a file name or path is specified, the file is expected to be located in a directory relative to the current working directory (specified by FILESYSTEM:CWD) unless a complete path is specified.
Properties
  • .includerefs: The SAVe:SETUp:INCLUDEREFs command.

includerefs property

includerefs: SaveSetupIncluderefs

Return the SAVe:SETUp:INCLUDEREFs command.

Description
  • This command sets or queries whether displayed reference waveforms are to be included in saved setups.
Usage
  • Using the .query() method will send the SAVe:SETUp:INCLUDEREFs? query.
  • Using the .verify(value) method will send the SAVe:SETUp:INCLUDEREFs? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:SETUp:INCLUDEREFs value command.
SCPI Syntax
- SAVe:SETUp:INCLUDEREFs {ON|OFF|1|0}
- SAVe:SETUp:INCLUDEREFs?
Info
  • OFF specifies not including displayed reference waveforms in saved setups.
  • ON specifies including displayed reference waveforms in saved setups.
  • 0 specifies not including displayed reference waveforms in saved setups.
  • 1 specifies including displayed reference waveforms in saved setups.

SaveSetupIncluderefs

Bases: SCPICmdWrite, SCPICmdRead

The SAVe:SETUp:INCLUDEREFs command.

Description
  • This command sets or queries whether displayed reference waveforms are to be included in saved setups.
Usage
  • Using the .query() method will send the SAVe:SETUp:INCLUDEREFs? query.
  • Using the .verify(value) method will send the SAVe:SETUp:INCLUDEREFs? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:SETUp:INCLUDEREFs value command.
SCPI Syntax
- SAVe:SETUp:INCLUDEREFs {ON|OFF|1|0}
- SAVe:SETUp:INCLUDEREFs?
Info
  • OFF specifies not including displayed reference waveforms in saved setups.
  • ON specifies including displayed reference waveforms in saved setups.
  • 0 specifies not including displayed reference waveforms in saved setups.
  • 1 specifies including displayed reference waveforms in saved setups.

SaveWaveform

Bases: SCPICmdWrite, SCPICmdRead

The SAVe:WAVEform command.

Description
  • This command saves the specified waveform(s) to the specified destination file.
Usage
  • Using the .write(value) method will send the SAVe:WAVEform value command.
SCPI Syntax
- SAVe:WAVEform {CH<x>[_DALL|_SV_NORMal|_SV_AVErage|_SV_MAXHold| _SV_MINHold|_MAG_VS_TIME|_FREQ_VS_TIME| _PHASE_VS_TIME _SV_BASEBAND_IQ]|MATH<x>|REF<x>|ALL| },<QString>
Info
  • <x> is the number of the analog channel (CH), math (MATH), or reference (REF) waveform source used to save the waveform data.
  • _DALL saves the digital channel waveform data of the specified channel.
  • _SV_NORMal saves the Normal Spectrum view waveform of the specified channel.
  • _SV_AVErage saves the Average Spectrum view waveform of the specified channel.
  • _SV_MAXHold saves the Maximum Hold Spectrum view waveform of the specified channel.
  • _SV_MINHold saves the Minimum Hold Spectrum view waveform of the specified channel.
  • _MAG_VS_TIME saves the Magnitude vs.
  • _FREQ_VS_TIME saves the Freuency vs.
  • _PHASE_VS_TIME saves the Phase vs.
  • _SV_BASEBAND_IQ saves the baseband I & Q data of the specified channel.
  • ALL saves all displayed analog, math, and reference waveforms to individual files.
  • <Qstring> is a quoted string that defines the path and file name to use to save the specified file, in the format ‘[]<filename.
  • <path> uses the form ‘/.
  • <filename> sets the file name to use to create the file.
  • <.ext> sets the file format to which to save the data.
Properties
  • .gating: The SAVe:WAVEform:GATing command.
  • .sourcelist: The SAVe:WAVEform:SOURCELIst command.

gating property

Return the SAVe:WAVEform:GATing command.

Description
  • This command specifies the method to save a specified part of the waveform data or the entire waveform.
Usage
  • Using the .query() method will send the SAVe:WAVEform:GATing? query.
  • Using the .verify(value) method will send the SAVe:WAVEform:GATing? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:WAVEform:GATing value command.
SCPI Syntax
- SAVe:WAVEform:GATing {NONe|CURSors|SCREEN|RESAMPLE|SELected}
- SAVe:WAVEform:GATing?
Info
  • NONe saves the full waveform data.
  • CURSors saves the waveform data located between the vertical cursors.
  • SCREEN saves the waveform data that is on the screen. Nothing outside the waveform will be saved.
  • RESAMPLE saves the waveform data at a sample interval set by the user. The resulting saved waveform is a resampled version of the original waveform with fewer data points.
  • SELected saves the data from the currently selected history or FastFrame acquisition.
Sub-properties
  • .resamplerate: The SAVe:WAVEform:GATing:RESAMPLErate command.

sourcelist property

Return the SAVe:WAVEform:SOURCELIst command.

Description
  • This query returns a list of the available waveforms that can be specified as the source for the SAVe:WAVEform command. Source waveforms must have their display mode set to On to appear in this list and to be saved.
Usage
  • Using the .query() method will send the SAVe:WAVEform:SOURCELIst? query.
  • Using the .verify(value) method will send the SAVe:WAVEform:SOURCELIst? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- SAVe:WAVEform:SOURCELIst?

SaveWaveformGating

Bases: SCPICmdWrite, SCPICmdRead

The SAVe:WAVEform:GATing command.

Description
  • This command specifies the method to save a specified part of the waveform data or the entire waveform.
Usage
  • Using the .query() method will send the SAVe:WAVEform:GATing? query.
  • Using the .verify(value) method will send the SAVe:WAVEform:GATing? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:WAVEform:GATing value command.
SCPI Syntax
- SAVe:WAVEform:GATing {NONe|CURSors|SCREEN|RESAMPLE|SELected}
- SAVe:WAVEform:GATing?
Info
  • NONe saves the full waveform data.
  • CURSors saves the waveform data located between the vertical cursors.
  • SCREEN saves the waveform data that is on the screen. Nothing outside the waveform will be saved.
  • RESAMPLE saves the waveform data at a sample interval set by the user. The resulting saved waveform is a resampled version of the original waveform with fewer data points.
  • SELected saves the data from the currently selected history or FastFrame acquisition.
Properties
  • .resamplerate: The SAVe:WAVEform:GATing:RESAMPLErate command.

resamplerate property

Return the SAVe:WAVEform:GATing:RESAMPLErate command.

Description
  • This command saves the waveform data at a sample interval. The resulting saved waveform is a resampled version of the original waveform with fewer data points.
Usage
  • Using the .query() method will send the SAVe:WAVEform:GATing:RESAMPLErate? query.
  • Using the .verify(value) method will send the SAVe:WAVEform:GATing:RESAMPLErate? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:WAVEform:GATing:RESAMPLErate value command.
SCPI Syntax
- SAVe:WAVEform:GATing:RESAMPLErate <NR1>
- SAVe:WAVEform:GATing:RESAMPLErate?
Info
  • <NR1> specifies the resample interval.

SaveWaveformGatingResamplerate

Bases: SCPICmdWrite, SCPICmdRead

The SAVe:WAVEform:GATing:RESAMPLErate command.

Description
  • This command saves the waveform data at a sample interval. The resulting saved waveform is a resampled version of the original waveform with fewer data points.
Usage
  • Using the .query() method will send the SAVe:WAVEform:GATing:RESAMPLErate? query.
  • Using the .verify(value) method will send the SAVe:WAVEform:GATing:RESAMPLErate? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVe:WAVEform:GATing:RESAMPLErate value command.
SCPI Syntax
- SAVe:WAVEform:GATing:RESAMPLErate <NR1>
- SAVe:WAVEform:GATing:RESAMPLErate?
Info
  • <NR1> specifies the resample interval.

SaveWaveformSourcelist

Bases: SCPICmdRead

The SAVe:WAVEform:SOURCELIst command.

Description
  • This query returns a list of the available waveforms that can be specified as the source for the SAVe:WAVEform command. Source waveforms must have their display mode set to On to appear in this list and to be saved.
Usage
  • Using the .query() method will send the SAVe:WAVEform:SOURCELIst? query.
  • Using the .verify(value) method will send the SAVe:WAVEform:SOURCELIst? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- SAVe:WAVEform:SOURCELIst?