save
¶
The save commands module.
These commands are used in the following models: TekScopePC
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:CUSTom <QString>
- SAVe:EVENTtable:CUSTom:COMMents <Qstring>
- SAVe:EVENTtable:CUSTom:COMMents?
- SAVe:EVENTtable:CUSTom:DATAFormat [SCIentific|ENGineering]
- SAVe:EVENTtable:CUSTom:DATAFormat?
- SAVe:EVENTtable:CUSTom:INCLUDEREFs {1|0}
- SAVe:EVENTtable:CUSTom:INCLUDEREFs?
- SAVe:EVENTtable:MEASUrement <QString>
- SAVe:EVENTtable:PEAKS <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]|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 theSAVe?query. - Using the
.verify(value)method will send theSAVe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.eventtable: TheSAVe:EVENTtablecommand tree..image: TheSAVe:IMAGecommand..plotdata: TheSAVe:PLOTDatacommand..report: TheSAVe:REPOrtcommand..session: TheSAVe:SESsioncommand..setup: TheSAVe:SETUpcommand..waveform: TheSAVe:WAVEformcommand.
eventtable
property
¶
eventtable: SaveEventtable
Return the SAVe:EVENTtable command tree.
Usage
- Using the
.query()method will send theSAVe:EVENTtable?query. - Using the
.verify(value)method will send theSAVe:EVENTtable?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.bus: TheSAVe:EVENTtable:BUScommand..custom: TheSAVe:EVENTtable:CUSTomcommand..measurement: TheSAVe:EVENTtable:MEASUrementcommand..peaks: TheSAVe:EVENTtable:PEAKScommand..searchtable: TheSAVe:EVENTtable:SEARCHTablecommand.
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 theSAVe:IMAGe valuecommand.
SCPI Syntax
- SAVe:IMAGe <QString>
Info
<QString>is the file name and location used to store the image file.
Sub-properties
.composition: TheSAVe:IMAGe:COMPositioncommand..viewtype: TheSAVe:IMAGe:VIEWTYpecommand.
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 theSAVe:PLOTData valuecommand.
SCPI Syntax
- SAVe:PLOTData <Qstring>
Info
Qstringsets 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 byFILESYSTEM: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 theSAVe:REPOrt valuecommand.
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: TheSAVe:REPOrt:COMMentscommand.
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 theSAVe:SESsion valuecommand.
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 theSAVe:SETUp valuecommand.
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 byFILESYSTEM:CWD) unless a complete path is specified.
Sub-properties
.includerefs: TheSAVe:SETUp:INCLUDEREFscommand.
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 theSAVe:WAVEform valuecommand.
SCPI Syntax
- SAVe:WAVEform {CH<x>[_DALL|_SV_NORMal|_SV_AVErage|_SV_MAXHold| _SV_MINHold|_MAG_VS_TIME|_FREQ_VS_TIME| _PHASE_VS_TIME]|MATH<x>|REF<x>|ALL| },<QString>
Info
<x>is the number of the analog channel, math, or reference waveform source used to save the waveform data._DALLsaves the digital channel waveform data of the specified channel._SV_NORMalsaves the Normal Spectrum view waveform of the specified channel._SV_AVEragesaves the Average Spectrum view waveform of the specified channel._SV_MAXHoldsaves the Maximum Hold Spectrum view waveform of the specified channel._SV_MINHoldsaves the Minimum Hold Spectrum view waveform of the specified channel._MAG_VS_TIMEsaves the Magnitude vs._FREQ_VS_TIMEsaves the Freuency vs._PHASE_VS_TIMEsaves the Phase vs._SV_BASEBAND_IQsaves the baseband I & Q data of the specified channel.ALLsaves 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: TheSAVe:WAVEform:GATingcommand..sourcelist: TheSAVe:WAVEform:SOURCELIstcommand.
SaveEventtable
¶
Bases: SCPICmdRead
The SAVe:EVENTtable command tree.
Usage
- Using the
.query()method will send theSAVe:EVENTtable?query. - Using the
.verify(value)method will send theSAVe:EVENTtable?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.bus: TheSAVe:EVENTtable:BUScommand..custom: TheSAVe:EVENTtable:CUSTomcommand..measurement: TheSAVe:EVENTtable:MEASUrementcommand..peaks: TheSAVe:EVENTtable:PEAKScommand..searchtable: TheSAVe:EVENTtable:SEARCHTablecommand.
bus
property
¶
bus: SaveEventtableBus
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 theSAVe:EVENTtable:BUS valuecommand.
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 byFILESYSTEM:CWD) unless a complete path is specified.
custom
property
¶
custom: SaveEventtableCustom
Return the SAVe:EVENTtable:CUSTom command.
Description
- This command saves the results table to the specified file path and name.
Usage
- Using the
.write(value)method will send theSAVe:EVENTtable:CUSTom valuecommand.
SCPI Syntax
- SAVe:EVENTtable:CUSTom <QString>
Info
<QString>provides the information needed to mount the TekDrive and must have the drive name, AutoDisconnectMode, RestrictToCurrentIP, and AutoDisconnectTime.
Sub-properties
.comments: TheSAVe:EVENTtable:CUSTom:COMMentscommand..dataformat: TheSAVe:EVENTtable:CUSTom:DATAFormatcommand..includerefs: TheSAVe:EVENTtable:CUSTom:INCLUDEREFscommand.
measurement
property
¶
measurement: SaveEventtableMeasurement
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 theSAVe:EVENTtable:MEASUrement valuecommand.
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 byFILESYSTEM:CWD) unless a complete path is specified.
peaks
property
¶
peaks: SaveEventtablePeaks
Return the SAVe:EVENTtable:PEAKS command.
Description
- This command saves peak markers results table to the specified file.
Usage
- Using the
.write(value)method will send theSAVe:EVENTtable:PEAKS valuecommand.
SCPI Syntax
- SAVe:EVENTtable:PEAKS <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 byFILESYSTEM:CWD) unless a complete path is specified.
searchtable
property
¶
searchtable: SaveEventtableSearchtable
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 theSAVe:EVENTtable:SEARCHTable valuecommand.
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 byFILESYSTEM: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 theSAVe:EVENTtable:BUS valuecommand.
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 byFILESYSTEM:CWD) unless a complete path is specified.
SaveEventtableCustom
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVe:EVENTtable:CUSTom command.
Description
- This command saves the results table to the specified file path and name.
Usage
- Using the
.write(value)method will send theSAVe:EVENTtable:CUSTom valuecommand.
SCPI Syntax
- SAVe:EVENTtable:CUSTom <QString>
Info
<QString>provides the information needed to mount the TekDrive and must have the drive name, AutoDisconnectMode, RestrictToCurrentIP, and AutoDisconnectTime.
Properties
.comments: TheSAVe:EVENTtable:CUSTom:COMMentscommand..dataformat: TheSAVe:EVENTtable:CUSTom:DATAFormatcommand..includerefs: TheSAVe:EVENTtable:CUSTom:INCLUDEREFscommand.
comments
property
¶
comments: SaveEventtableCustomComments
Return the SAVe:EVENTtable:CUSTom:COMMents command.
Description
- This command sets or queries comments to be included in saved results table files.
Usage
- Using the
.query()method will send theSAVe:EVENTtable:CUSTom:COMMents?query. - Using the
.verify(value)method will send theSAVe:EVENTtable:CUSTom:COMMents?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:EVENTtable:CUSTom:COMMents valuecommand.
SCPI Syntax
- SAVe:EVENTtable:CUSTom:COMMents <Qstring>
- SAVe:EVENTtable:CUSTom:COMMents?
Info
<Qstring>sets the instrument to save the quoted string as a comment in the saved results table file.
dataformat
property
¶
dataformat: SaveEventtableCustomDataformat
Return the SAVe:EVENTtable:CUSTom:DATAFormat command.
Description
- This command sets or queries the data format to use for saving results table data.
Usage
- Using the
.query()method will send theSAVe:EVENTtable:CUSTom:DATAFormat?query. - Using the
.verify(value)method will send theSAVe:EVENTtable:CUSTom:DATAFormat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:EVENTtable:CUSTom:DATAFormat valuecommand.
SCPI Syntax
- SAVe:EVENTtable:CUSTom:DATAFormat [SCIentific|ENGineering]
- SAVe:EVENTtable:CUSTom:DATAFormat?
Info
SCIentificsets the instrument to save results tables data in scientific notation (for example, 5.0100E-12).ENGineeringsets the instrument to save results tables data in engineering notation (for example, 5.0100ps).
includerefs
property
¶
includerefs: SaveEventtableCustomIncluderefs
Return the SAVe:EVENTtable:CUSTom:INCLUDEREFs command.
Description
- This command sets or queries whether to include displayed reference waveforms with saved results table files.
Usage
- Using the
.query()method will send theSAVe:EVENTtable:CUSTom:INCLUDEREFs?query. - Using the
.verify(value)method will send theSAVe:EVENTtable:CUSTom:INCLUDEREFs?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:EVENTtable:CUSTom:INCLUDEREFs valuecommand.
SCPI Syntax
- SAVe:EVENTtable:CUSTom:INCLUDEREFs {1|0}
- SAVe:EVENTtable:CUSTom:INCLUDEREFs?
Info
1sets the instrument to save all displayed reference waveforms as part of a saved results table file.0sets the instrument to not save all displayed reference waveforms as part of a saved results table file.
SaveEventtableCustomComments
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVe:EVENTtable:CUSTom:COMMents command.
Description
- This command sets or queries comments to be included in saved results table files.
Usage
- Using the
.query()method will send theSAVe:EVENTtable:CUSTom:COMMents?query. - Using the
.verify(value)method will send theSAVe:EVENTtable:CUSTom:COMMents?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:EVENTtable:CUSTom:COMMents valuecommand.
SCPI Syntax
- SAVe:EVENTtable:CUSTom:COMMents <Qstring>
- SAVe:EVENTtable:CUSTom:COMMents?
Info
<Qstring>sets the instrument to save the quoted string as a comment in the saved results table file.
SaveEventtableCustomDataformat
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVe:EVENTtable:CUSTom:DATAFormat command.
Description
- This command sets or queries the data format to use for saving results table data.
Usage
- Using the
.query()method will send theSAVe:EVENTtable:CUSTom:DATAFormat?query. - Using the
.verify(value)method will send theSAVe:EVENTtable:CUSTom:DATAFormat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:EVENTtable:CUSTom:DATAFormat valuecommand.
SCPI Syntax
- SAVe:EVENTtable:CUSTom:DATAFormat [SCIentific|ENGineering]
- SAVe:EVENTtable:CUSTom:DATAFormat?
Info
SCIentificsets the instrument to save results tables data in scientific notation (for example, 5.0100E-12).ENGineeringsets the instrument to save results tables data in engineering notation (for example, 5.0100ps).
SaveEventtableCustomIncluderefs
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVe:EVENTtable:CUSTom:INCLUDEREFs command.
Description
- This command sets or queries whether to include displayed reference waveforms with saved results table files.
Usage
- Using the
.query()method will send theSAVe:EVENTtable:CUSTom:INCLUDEREFs?query. - Using the
.verify(value)method will send theSAVe:EVENTtable:CUSTom:INCLUDEREFs?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:EVENTtable:CUSTom:INCLUDEREFs valuecommand.
SCPI Syntax
- SAVe:EVENTtable:CUSTom:INCLUDEREFs {1|0}
- SAVe:EVENTtable:CUSTom:INCLUDEREFs?
Info
1sets the instrument to save all displayed reference waveforms as part of a saved results table file.0sets the instrument to not save all displayed reference waveforms as part of a saved results table file.
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 theSAVe:EVENTtable:MEASUrement valuecommand.
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 byFILESYSTEM:CWD) unless a complete path is specified.
SaveEventtablePeaks
¶
Bases: SCPICmdWrite
The SAVe:EVENTtable:PEAKS command.
Description
- This command saves peak markers results table to the specified file.
Usage
- Using the
.write(value)method will send theSAVe:EVENTtable:PEAKS valuecommand.
SCPI Syntax
- SAVe:EVENTtable:PEAKS <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 byFILESYSTEM: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 theSAVe:EVENTtable:SEARCHTable valuecommand.
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 byFILESYSTEM: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 theSAVe:IMAGe valuecommand.
SCPI Syntax
- SAVe:IMAGe <QString>
Info
<QString>is the file name and location used to store the image file.
Properties
.composition: TheSAVe:IMAGe:COMPositioncommand..viewtype: TheSAVe:IMAGe:VIEWTYpecommand.
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 theSAVe:IMAGe:COMPosition?query. - Using the
.verify(value)method will send theSAVe:IMAGe:COMPosition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:IMAGe:COMPosition valuecommand.
SCPI Syntax
- SAVe:IMAGe:COMPosition {NORMal|INVErted}
- SAVe:IMAGe:COMPosition?
Info
NORMalSets the saved screen capture to Normal colors.INVErtedsets the saved screen capture to Inverted colors.
viewtype
property
¶
viewtype: SaveImageViewtype
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 theSAVe:IMAGe:VIEWTYpe?query. - Using the
.verify(value)method will send theSAVe:IMAGe:VIEWTYpe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:IMAGe:VIEWTYpe valuecommand.
SCPI Syntax
- SAVe:IMAGe:VIEWTYpe {FULLScreen}
- SAVe:IMAGe:VIEWTYpe?
Info
FULLScreensets 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 theSAVe:IMAGe:COMPosition?query. - Using the
.verify(value)method will send theSAVe:IMAGe:COMPosition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:IMAGe:COMPosition valuecommand.
SCPI Syntax
- SAVe:IMAGe:COMPosition {NORMal|INVErted}
- SAVe:IMAGe:COMPosition?
Info
NORMalSets the saved screen capture to Normal colors.INVErtedsets 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 theSAVe:IMAGe:VIEWTYpe?query. - Using the
.verify(value)method will send theSAVe:IMAGe:VIEWTYpe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:IMAGe:VIEWTYpe valuecommand.
SCPI Syntax
- SAVe:IMAGe:VIEWTYpe {FULLScreen}
- SAVe:IMAGe:VIEWTYpe?
Info
FULLScreensets 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 theSAVe:PLOTData valuecommand.
SCPI Syntax
- SAVe:PLOTData <Qstring>
Info
Qstringsets 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 byFILESYSTEM: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 theSAVe:REPOrt valuecommand.
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: TheSAVe:REPOrt:COMMentscommand.
comments
property
¶
comments: SaveReportComments
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 theSAVe:REPOrt:COMMents?query. - Using the
.verify(value)method will send theSAVe:REPOrt:COMMents?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:REPOrt:COMMents valuecommand.
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 theSAVe:REPOrt:COMMents?query. - Using the
.verify(value)method will send theSAVe:REPOrt:COMMents?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:REPOrt:COMMents valuecommand.
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 theSAVe:SESsion valuecommand.
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 theSAVe:SETUp valuecommand.
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 byFILESYSTEM:CWD) unless a complete path is specified.
Properties
.includerefs: TheSAVe:SETUp:INCLUDEREFscommand.
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 theSAVe:SETUp:INCLUDEREFs?query. - Using the
.verify(value)method will send theSAVe:SETUp:INCLUDEREFs?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:SETUp:INCLUDEREFs valuecommand.
SCPI Syntax
- SAVe:SETUp:INCLUDEREFs {ON|OFF|1|0}
- SAVe:SETUp:INCLUDEREFs?
Info
OFFspecifies not including displayed reference waveforms in saved setups.ONspecifies including displayed reference waveforms in saved setups.0specifies not including displayed reference waveforms in saved setups.1specifies 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 theSAVe:SETUp:INCLUDEREFs?query. - Using the
.verify(value)method will send theSAVe:SETUp:INCLUDEREFs?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:SETUp:INCLUDEREFs valuecommand.
SCPI Syntax
- SAVe:SETUp:INCLUDEREFs {ON|OFF|1|0}
- SAVe:SETUp:INCLUDEREFs?
Info
OFFspecifies not including displayed reference waveforms in saved setups.ONspecifies including displayed reference waveforms in saved setups.0specifies not including displayed reference waveforms in saved setups.1specifies 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 theSAVe:WAVEform valuecommand.
SCPI Syntax
- SAVe:WAVEform {CH<x>[_DALL|_SV_NORMal|_SV_AVErage|_SV_MAXHold| _SV_MINHold|_MAG_VS_TIME|_FREQ_VS_TIME| _PHASE_VS_TIME]|MATH<x>|REF<x>|ALL| },<QString>
Info
<x>is the number of the analog channel, math, or reference waveform source used to save the waveform data._DALLsaves the digital channel waveform data of the specified channel._SV_NORMalsaves the Normal Spectrum view waveform of the specified channel._SV_AVEragesaves the Average Spectrum view waveform of the specified channel._SV_MAXHoldsaves the Maximum Hold Spectrum view waveform of the specified channel._SV_MINHoldsaves the Minimum Hold Spectrum view waveform of the specified channel._MAG_VS_TIMEsaves the Magnitude vs._FREQ_VS_TIMEsaves the Freuency vs._PHASE_VS_TIMEsaves the Phase vs._SV_BASEBAND_IQsaves the baseband I & Q data of the specified channel.ALLsaves 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: TheSAVe:WAVEform:GATingcommand..sourcelist: TheSAVe:WAVEform:SOURCELIstcommand.
gating
property
¶
gating: SaveWaveformGating
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 theSAVe:WAVEform:GATing?query. - Using the
.verify(value)method will send theSAVe:WAVEform:GATing?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:WAVEform:GATing valuecommand.
SCPI Syntax
- SAVe:WAVEform:GATing {NONe|CURSors|SCREEN|RESAMPLE|SELected}
- SAVe:WAVEform:GATing?
Info
NONesaves the full waveform data.CURSorssaves the waveform data located between the vertical cursors.SCREENsaves the waveform data that is on the screen. Nothing outside the waveform will be saved.RESAMPLEsaves 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.SELectedsaves the data from the currently selected history or FastFrame acquisition.
Sub-properties
.resamplerate: TheSAVe:WAVEform:GATing:RESAMPLEratecommand.
sourcelist
property
¶
sourcelist: SaveWaveformSourcelist
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:WAVEformcommand. 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 theSAVe:WAVEform:SOURCELIst?query. - Using the
.verify(value)method will send theSAVe:WAVEform:SOURCELIst?query and raise an AssertionError if the returned value does not matchvalue.
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 theSAVe:WAVEform:GATing?query. - Using the
.verify(value)method will send theSAVe:WAVEform:GATing?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:WAVEform:GATing valuecommand.
SCPI Syntax
- SAVe:WAVEform:GATing {NONe|CURSors|SCREEN|RESAMPLE|SELected}
- SAVe:WAVEform:GATing?
Info
NONesaves the full waveform data.CURSorssaves the waveform data located between the vertical cursors.SCREENsaves the waveform data that is on the screen. Nothing outside the waveform will be saved.RESAMPLEsaves 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.SELectedsaves the data from the currently selected history or FastFrame acquisition.
Properties
.resamplerate: TheSAVe:WAVEform:GATing:RESAMPLEratecommand.
resamplerate
property
¶
resamplerate: SaveWaveformGatingResamplerate
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 theSAVe:WAVEform:GATing:RESAMPLErate?query. - Using the
.verify(value)method will send theSAVe:WAVEform:GATing:RESAMPLErate?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:WAVEform:GATing:RESAMPLErate valuecommand.
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 theSAVe:WAVEform:GATing:RESAMPLErate?query. - Using the
.verify(value)method will send theSAVe:WAVEform:GATing:RESAMPLErate?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVe:WAVEform:GATing:RESAMPLErate valuecommand.
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:WAVEformcommand. 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 theSAVe:WAVEform:SOURCELIst?query. - Using the
.verify(value)method will send theSAVe:WAVEform:SOURCELIst?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SAVe:WAVEform:SOURCELIst?