saveon
¶
The saveon commands module.
These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- SAVEON:FILE:DEST <QString>
- SAVEON:FILE:DEST?
- SAVEON:FILE:NAME <QString>
- SAVEON:FILE:NAME?
- SAVEON:IMAGe {ON|OFF|<NR1>}
- SAVEON:IMAGe:FILEFormat {PNG|BMP|JPG}
- SAVEON:IMAGe:FILEFormat?
- SAVEON:IMAGe?
- SAVEON:TRIGger {ON|OFF|<NR1>}
- SAVEON:TRIGger?
- SAVEON:WAVEform {ON|OFF|<NR1>}
- SAVEON:WAVEform:FILEFormat {INTERNal|SPREADSheet}
- SAVEON:WAVEform:FILEFormat?
- SAVEON:WAVEform:SOURce {CH<x>|MATH<x>|REF<x>|ALL}
- SAVEON:WAVEform:SOURce?
- SAVEON:WAVEform?
Saveon
¶
Bases: SCPICmdRead
The SAVEON command tree.
Usage
- Using the
.query()method will send theSAVEON?query. - Using the
.verify(value)method will send theSAVEON?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.file: TheSAVEON:FILEcommand tree..image: TheSAVEON:IMAGecommand..trigger: TheSAVEON:TRIGgercommand..waveform: TheSAVEON:WAVEformcommand.
file
property
¶
file: SaveonFile
Return the SAVEON:FILE command tree.
Usage
- Using the
.query()method will send theSAVEON:FILE?query. - Using the
.verify(value)method will send theSAVEON:FILE?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.dest: TheSAVEON:FILE:DESTcommand..name: TheSAVEON:FILE:NAMEcommand.
image
property
¶
image: SaveonImage
Return the SAVEON:IMAGe command.
Description
- This command sets or queries whether to save a screen capture when a trigger occurs
and
SAVEON:TRIGeris ON andSAVEON:IMAGEis ON.
Usage
- Using the
.query()method will send theSAVEON:IMAGe?query. - Using the
.verify(value)method will send theSAVEON:IMAGe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:IMAGe valuecommand.
SCPI Syntax
- SAVEON:IMAGe {ON|OFF|<NR1>}
- SAVEON:IMAGe?
Info
<NR1> = 0disables Save On Image; any other value turns this feature on.OFFdisables Save On Image.ONenables Save On Image.
Sub-properties
.fileformat: TheSAVEON:IMAGe:FILEFormatcommand.
trigger
property
¶
trigger: SaveonTrigger
Return the SAVEON:TRIGger command.
Description
- Sets or queries whether to save a file when a trigger occurs. You can define the
trigger using Trigger commands or the instrument user interface. This command is
longer necessary. Please see Act On Event commands for future development. The trigger
will cause the instrument to save an image or a waveform to a file, depending on what
you specified. For example, if you have set
SAVEON:IMAGeto On, and a trigger event occurs, the instrument will save a screen capture. You can set options for file storage (such as file name, file destination, and auto increment), using theSAVEON:FILEcommands. Use the instrument interface to select whether to save one or more analog channels, digital channels, or math waveforms Analog and math waveforms are saved using one file per waveform. Digital waveforms are all saved to a single file.
Usage
- Using the
.query()method will send theSAVEON:TRIGger?query. - Using the
.verify(value)method will send theSAVEON:TRIGger?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:TRIGger valuecommand.
SCPI Syntax
- SAVEON:TRIGger {ON|OFF|<NR1>}
- SAVEON:TRIGger?
Info
<NR1> = 0disables Save On Trigger; any other value turns this feature on.OFFdisables Save On Trigger.ONenables Save On Trigger.
waveform
property
¶
waveform: SaveonWaveform
Return the SAVEON:WAVEform command.
Description
- Sets or queries whether to save a waveform when a trigger occurs when
SAVEON:TRIGgeris ON. The waveform will be saved to the file you selected withSAVEON:FILE:NAME, in the location that you selected usingSAVEON:FILE:DEST. You can set options for file storage (such as file name, file destination, and autoincrement), using theSAVEON:FILEcommands.
Usage
- Using the
.query()method will send theSAVEON:WAVEform?query. - Using the
.verify(value)method will send theSAVEON:WAVEform?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:WAVEform valuecommand.
SCPI Syntax
- SAVEON:WAVEform {ON|OFF|<NR1>}
- SAVEON:WAVEform?
Info
<NR1> = 0disables Save On Waveform; any other value turns this feature on.OFFdisables Save On Waveform.ONenables Save On Waveform.
Sub-properties
.fileformat: TheSAVEON:WAVEform:FILEFormatcommand..source: TheSAVEON:WAVEform:SOURcecommand.
SaveonFile
¶
Bases: SCPICmdRead
The SAVEON:FILE command tree.
Usage
- Using the
.query()method will send theSAVEON:FILE?query. - Using the
.verify(value)method will send theSAVEON:FILE?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.dest: TheSAVEON:FILE:DESTcommand..name: TheSAVEON:FILE:NAMEcommand.
dest
property
¶
dest: SaveonFileDest
Return the SAVEON:FILE:DEST command.
Description
- This command sets or queries the location where files are saved when
SAVEON:TRIGGERis ON andSAVEON:WAVEFORMis ON. You can save the files to a local drive or network path by entering the desired location in. You can also select to save the files to a USB drive.
Usage
- Using the
.query()method will send theSAVEON:FILE:DEST?query. - Using the
.verify(value)method will send theSAVEON:FILE:DEST?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:FILE:DEST valuecommand.
SCPI Syntax
- SAVEON:FILE:DEST <QString>
- SAVEON:FILE:DEST?
Info
<QString>specifies the location to store files.
name
property
¶
name: SaveonFileName
Return the SAVEON:FILE:NAME command.
Description
- Sets or queries the file name to use when
SAVEON:TRIGeris ON.
Usage
- Using the
.query()method will send theSAVEON:FILE:NAME?query. - Using the
.verify(value)method will send theSAVEON:FILE:NAME?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:FILE:NAME valuecommand.
SCPI Syntax
- SAVEON:FILE:NAME <QString>
- SAVEON:FILE:NAME?
Info
<QString>is the file name you want to use.
SaveonFileDest
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVEON:FILE:DEST command.
Description
- This command sets or queries the location where files are saved when
SAVEON:TRIGGERis ON andSAVEON:WAVEFORMis ON. You can save the files to a local drive or network path by entering the desired location in. You can also select to save the files to a USB drive.
Usage
- Using the
.query()method will send theSAVEON:FILE:DEST?query. - Using the
.verify(value)method will send theSAVEON:FILE:DEST?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:FILE:DEST valuecommand.
SCPI Syntax
- SAVEON:FILE:DEST <QString>
- SAVEON:FILE:DEST?
Info
<QString>specifies the location to store files.
SaveonFileName
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVEON:FILE:NAME command.
Description
- Sets or queries the file name to use when
SAVEON:TRIGeris ON.
Usage
- Using the
.query()method will send theSAVEON:FILE:NAME?query. - Using the
.verify(value)method will send theSAVEON:FILE:NAME?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:FILE:NAME valuecommand.
SCPI Syntax
- SAVEON:FILE:NAME <QString>
- SAVEON:FILE:NAME?
Info
<QString>is the file name you want to use.
SaveonImage
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVEON:IMAGe command.
Description
- This command sets or queries whether to save a screen capture when a trigger occurs and
SAVEON:TRIGeris ON andSAVEON:IMAGEis ON.
Usage
- Using the
.query()method will send theSAVEON:IMAGe?query. - Using the
.verify(value)method will send theSAVEON:IMAGe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:IMAGe valuecommand.
SCPI Syntax
- SAVEON:IMAGe {ON|OFF|<NR1>}
- SAVEON:IMAGe?
Info
<NR1> = 0disables Save On Image; any other value turns this feature on.OFFdisables Save On Image.ONenables Save On Image.
Properties
.fileformat: TheSAVEON:IMAGe:FILEFormatcommand.
fileformat
property
¶
fileformat: SaveonImageFileformat
Return the SAVEON:IMAGe:FILEFormat command.
Description
- This command sets or queries the file format to be used for saved image files when
:SAVEON:IMAGeis set to 1.
Usage
- Using the
.query()method will send theSAVEON:IMAGe:FILEFormat?query. - Using the
.verify(value)method will send theSAVEON:IMAGe:FILEFormat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:IMAGe:FILEFormat valuecommand.
SCPI Syntax
- SAVEON:IMAGe:FILEFormat {PNG|BMP|JPG}
- SAVEON:IMAGe:FILEFormat?
Info
PNGspecifies using PNG format for saved image files.BMPspecifies using BMP format for saved image files.JPGspecifies using JPEG format for saved image files.
SaveonImageFileformat
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVEON:IMAGe:FILEFormat command.
Description
- This command sets or queries the file format to be used for saved image files when
:SAVEON:IMAGeis set to 1.
Usage
- Using the
.query()method will send theSAVEON:IMAGe:FILEFormat?query. - Using the
.verify(value)method will send theSAVEON:IMAGe:FILEFormat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:IMAGe:FILEFormat valuecommand.
SCPI Syntax
- SAVEON:IMAGe:FILEFormat {PNG|BMP|JPG}
- SAVEON:IMAGe:FILEFormat?
Info
PNGspecifies using PNG format for saved image files.BMPspecifies using BMP format for saved image files.JPGspecifies using JPEG format for saved image files.
SaveonTrigger
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVEON:TRIGger command.
Description
- Sets or queries whether to save a file when a trigger occurs. You can define the trigger
using Trigger commands or the instrument user interface. This command is longer necessary.
Please see Act On Event commands for future development. The trigger will cause the
instrument to save an image or a waveform to a file, depending on what you specified. For
example, if you have set
SAVEON:IMAGeto On, and a trigger event occurs, the instrument will save a screen capture. You can set options for file storage (such as file name, file destination, and auto increment), using theSAVEON:FILEcommands. Use the instrument interface to select whether to save one or more analog channels, digital channels, or math waveforms Analog and math waveforms are saved using one file per waveform. Digital waveforms are all saved to a single file.
Usage
- Using the
.query()method will send theSAVEON:TRIGger?query. - Using the
.verify(value)method will send theSAVEON:TRIGger?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:TRIGger valuecommand.
SCPI Syntax
- SAVEON:TRIGger {ON|OFF|<NR1>}
- SAVEON:TRIGger?
Info
<NR1> = 0disables Save On Trigger; any other value turns this feature on.OFFdisables Save On Trigger.ONenables Save On Trigger.
SaveonWaveform
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVEON:WAVEform command.
Description
- Sets or queries whether to save a waveform when a trigger occurs when
SAVEON:TRIGgeris ON. The waveform will be saved to the file you selected withSAVEON:FILE:NAME, in the location that you selected usingSAVEON:FILE:DEST. You can set options for file storage (such as file name, file destination, and autoincrement), using theSAVEON:FILEcommands.
Usage
- Using the
.query()method will send theSAVEON:WAVEform?query. - Using the
.verify(value)method will send theSAVEON:WAVEform?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:WAVEform valuecommand.
SCPI Syntax
- SAVEON:WAVEform {ON|OFF|<NR1>}
- SAVEON:WAVEform?
Info
<NR1> = 0disables Save On Waveform; any other value turns this feature on.OFFdisables Save On Waveform.ONenables Save On Waveform.
Properties
.fileformat: TheSAVEON:WAVEform:FILEFormatcommand..source: TheSAVEON:WAVEform:SOURcecommand.
fileformat
property
¶
fileformat: SaveonWaveformFileformat
Return the SAVEON:WAVEform:FILEFormat command.
Description
- This command sets or queries the file format for saving waveforms when
:SAVEON:WAVEformis set to 1.
Usage
- Using the
.query()method will send theSAVEON:WAVEform:FILEFormat?query. - Using the
.verify(value)method will send theSAVEON:WAVEform:FILEFormat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:WAVEform:FILEFormat valuecommand.
SCPI Syntax
- SAVEON:WAVEform:FILEFormat {INTERNal|SPREADSheet}
- SAVEON:WAVEform:FILEFormat?
Info
INTERNalspecifies saving the waveform in the instrument internal format.SPREADSheetspecifies saving the waveform in comma separated values format.
source
property
¶
source: SaveonWaveformSource
Return the SAVEON:WAVEform:SOURce command.
Description
- This command sets or queries the sources for saving waveforms when
SAVEON:TRIGgeris ON.
Usage
- Using the
.query()method will send theSAVEON:WAVEform:SOURce?query. - Using the
.verify(value)method will send theSAVEON:WAVEform:SOURce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:WAVEform:SOURce valuecommand.
SCPI Syntax
- SAVEON:WAVEform:SOURce {CH<x>|MATH<x>|REF<x>|ALL}
- SAVEON:WAVEform:SOURce?
Info
CH<x>specifies an analog channel as the source waveform for saving.MATH<x>specifies a math waveform as the source waveform for saving.REF<x>specifies a reference waveform as the source waveform for saving.ALLspecifies all analog, math, and reference waveforms as the source waveforms for saving.
SaveonWaveformFileformat
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVEON:WAVEform:FILEFormat command.
Description
- This command sets or queries the file format for saving waveforms when
:SAVEON:WAVEformis set to 1.
Usage
- Using the
.query()method will send theSAVEON:WAVEform:FILEFormat?query. - Using the
.verify(value)method will send theSAVEON:WAVEform:FILEFormat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:WAVEform:FILEFormat valuecommand.
SCPI Syntax
- SAVEON:WAVEform:FILEFormat {INTERNal|SPREADSheet}
- SAVEON:WAVEform:FILEFormat?
Info
INTERNalspecifies saving the waveform in the instrument internal format.SPREADSheetspecifies saving the waveform in comma separated values format.
SaveonWaveformSource
¶
Bases: SCPICmdWrite, SCPICmdRead
The SAVEON:WAVEform:SOURce command.
Description
- This command sets or queries the sources for saving waveforms when
SAVEON:TRIGgeris ON.
Usage
- Using the
.query()method will send theSAVEON:WAVEform:SOURce?query. - Using the
.verify(value)method will send theSAVEON:WAVEform:SOURce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSAVEON:WAVEform:SOURce valuecommand.
SCPI Syntax
- SAVEON:WAVEform:SOURce {CH<x>|MATH<x>|REF<x>|ALL}
- SAVEON:WAVEform:SOURce?
Info
CH<x>specifies an analog channel as the source waveform for saving.MATH<x>specifies a math waveform as the source waveform for saving.REF<x>specifies a reference waveform as the source waveform for saving.ALLspecifies all analog, math, and reference waveforms as the source waveforms for saving.