saveonevent

The saveonevent 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
- SAVEONEVent:FILEDest
- SAVEONEVent:FILEDest?
- SAVEONEVent:FILEName <QString>
- SAVEONEVent:FILEName?
- SAVEONEVent:IMAGe:FILEFormat {PNG|BMP|JPG}
- SAVEONEVent:IMAGe:FILEFormat?
- SAVEONEVent:WAVEform:FILEFormat {INTERNal|SPREADSheet|MATlab}
- SAVEONEVent:WAVEform:FILEFormat?
- SAVEONEVent:WAVEform:SOUrce {CH<x>|MATH<x>|REF<x>|ALL}
- SAVEONEVent:WAVEform:SOUrce?

Saveonevent

Bases: SCPICmdRead

The SAVEONEVent command tree.

Usage
  • Using the .query() method will send the SAVEONEVent? query.
  • Using the .verify(value) method will send the SAVEONEVent? query and raise an AssertionError if the returned value does not match value.
Properties
  • .filedest: The SAVEONEVent:FILEDest command.
  • .filename: The SAVEONEVent:FILEName command.
  • .image: The SAVEONEVent:IMAGe command tree.
  • .waveform: The SAVEONEVent:WAVEform command tree.

filedest property

Return the SAVEONEVent:FILEDest command.

Description
  • This command sets or queries the location where files are saved. This command replaces SAVEON:FILE:DEST (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the SAVEONEVent:FILEDest? query.
  • Using the .verify(value) method will send the SAVEONEVent:FILEDest? query and raise an AssertionError if the returned value does not match value.
  • Using the .write() method will send the SAVEONEVent:FILEDest command.
SCPI Syntax
- SAVEONEVent:FILEDest
- SAVEONEVent:FILEDest?
Info
  • <QString> specifies the location to store files.

filename property

Return the SAVEONEVent:FILEName command.

Description
  • This command sets or queries the file name without the extension. This command replaces SAVEON:FILE:NAME (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the SAVEONEVent:FILEName? query.
  • Using the .verify(value) method will send the SAVEONEVent:FILEName? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVEONEVent:FILEName value command.
SCPI Syntax
- SAVEONEVent:FILEName <QString>
- SAVEONEVent:FILEName?
Info
  • <QString> specifies the name of the file.

image property

Return the SAVEONEVent:IMAGe command tree.

Usage
  • Using the .query() method will send the SAVEONEVent:IMAGe? query.
  • Using the .verify(value) method will send the SAVEONEVent:IMAGe? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .fileformat: The SAVEONEVent:IMAGe:FILEFormat command.

waveform property

Return the SAVEONEVent:WAVEform command tree.

Usage
  • Using the .query() method will send the SAVEONEVent:WAVEform? query.
  • Using the .verify(value) method will send the SAVEONEVent:WAVEform? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .fileformat: The SAVEONEVent:WAVEform:FILEFormat command.
  • .source: The SAVEONEVent:WAVEform:SOUrce command.

SaveoneventFiledest

Bases: SCPICmdWriteNoArguments, SCPICmdRead

The SAVEONEVent:FILEDest command.

Description
  • This command sets or queries the location where files are saved. This command replaces SAVEON:FILE:DEST (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the SAVEONEVent:FILEDest? query.
  • Using the .verify(value) method will send the SAVEONEVent:FILEDest? query and raise an AssertionError if the returned value does not match value.
  • Using the .write() method will send the SAVEONEVent:FILEDest command.
SCPI Syntax
- SAVEONEVent:FILEDest
- SAVEONEVent:FILEDest?
Info
  • <QString> specifies the location to store files.

SaveoneventFilename

Bases: SCPICmdWrite, SCPICmdRead

The SAVEONEVent:FILEName command.

Description
  • This command sets or queries the file name without the extension. This command replaces SAVEON:FILE:NAME (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the SAVEONEVent:FILEName? query.
  • Using the .verify(value) method will send the SAVEONEVent:FILEName? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVEONEVent:FILEName value command.
SCPI Syntax
- SAVEONEVent:FILEName <QString>
- SAVEONEVent:FILEName?
Info
  • <QString> specifies the name of the file.

SaveoneventImage

Bases: SCPICmdRead

The SAVEONEVent:IMAGe command tree.

Usage
  • Using the .query() method will send the SAVEONEVent:IMAGe? query.
  • Using the .verify(value) method will send the SAVEONEVent:IMAGe? query and raise an AssertionError if the returned value does not match value.
Properties
  • .fileformat: The SAVEONEVent:IMAGe:FILEFormat command.

fileformat property

Return the SAVEONEVent:IMAGe:FILEFormat command.

Description
  • This command sets or returns the image file extension (png, jpg, bmp). This command replaces SAVEON:IMAGe:FILEFormat (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the SAVEONEVent:IMAGe:FILEFormat? query.
  • Using the .verify(value) method will send the SAVEONEVent:IMAGe:FILEFormat? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVEONEVent:IMAGe:FILEFormat value command.
SCPI Syntax
- SAVEONEVent:IMAGe:FILEFormat {PNG|BMP|JPG}
- SAVEONEVent:IMAGe:FILEFormat?
Info
  • PNG specifies using PNG format for saved image files.
  • BMP specifies using BMP format for saved image files.
  • JPG specifies using JPEG format for saved image files.
  • FILESystem:CWD ) unless a complete path is specified.

SaveoneventImageFileformat

Bases: SCPICmdWrite, SCPICmdRead

The SAVEONEVent:IMAGe:FILEFormat command.

Description
  • This command sets or returns the image file extension (png, jpg, bmp). This command replaces SAVEON:IMAGe:FILEFormat (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the SAVEONEVent:IMAGe:FILEFormat? query.
  • Using the .verify(value) method will send the SAVEONEVent:IMAGe:FILEFormat? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVEONEVent:IMAGe:FILEFormat value command.
SCPI Syntax
- SAVEONEVent:IMAGe:FILEFormat {PNG|BMP|JPG}
- SAVEONEVent:IMAGe:FILEFormat?
Info
  • PNG specifies using PNG format for saved image files.
  • BMP specifies using BMP format for saved image files.
  • JPG specifies using JPEG format for saved image files.
  • FILESystem:CWD ) unless a complete path is specified.

SaveoneventWaveform

Bases: SCPICmdRead

The SAVEONEVent:WAVEform command tree.

Usage
  • Using the .query() method will send the SAVEONEVent:WAVEform? query.
  • Using the .verify(value) method will send the SAVEONEVent:WAVEform? query and raise an AssertionError if the returned value does not match value.
Properties
  • .fileformat: The SAVEONEVent:WAVEform:FILEFormat command.
  • .source: The SAVEONEVent:WAVEform:SOUrce command.

fileformat property

Return the SAVEONEVent:WAVEform:FILEFormat command.

Description
  • This command sets or returns the file extension (csv, wfm, mat). This command replaces SAVEON:WAVEform:FILEFormat (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the SAVEONEVent:WAVEform:FILEFormat? query.
  • Using the .verify(value) method will send the SAVEONEVent:WAVEform:FILEFormat? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVEONEVent:WAVEform:FILEFormat value command.
SCPI Syntax
- SAVEONEVent:WAVEform:FILEFormat {INTERNal|SPREADSheet|MATlab}
- SAVEONEVent:WAVEform:FILEFormat?
Info
  • INTERNal specifies saving the waveform in the instrument internal format.
  • SPREADSheet specifies saving the waveform in comma separated values format.
  • MATlab specifies saving the waveform in matlab compatible file format.

source property

Return the SAVEONEVent:WAVEform:SOUrce command.

Description
  • This command sets or returns the sources for saving waveforms when an event occurs. This command replaces SAVEON:WAVEform:SOURce (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the SAVEONEVent:WAVEform:SOUrce? query.
  • Using the .verify(value) method will send the SAVEONEVent:WAVEform:SOUrce? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVEONEVent:WAVEform:SOUrce value command.
SCPI Syntax
- SAVEONEVent:WAVEform:SOUrce {CH<x>|MATH<x>|REF<x>|ALL}
- SAVEONEVent: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.
  • ALL specifies all analog, math, and reference waveforms as the source waveforms for saving.

SaveoneventWaveformFileformat

Bases: SCPICmdWrite, SCPICmdRead

The SAVEONEVent:WAVEform:FILEFormat command.

Description
  • This command sets or returns the file extension (csv, wfm, mat). This command replaces SAVEON:WAVEform:FILEFormat (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the SAVEONEVent:WAVEform:FILEFormat? query.
  • Using the .verify(value) method will send the SAVEONEVent:WAVEform:FILEFormat? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVEONEVent:WAVEform:FILEFormat value command.
SCPI Syntax
- SAVEONEVent:WAVEform:FILEFormat {INTERNal|SPREADSheet|MATlab}
- SAVEONEVent:WAVEform:FILEFormat?
Info
  • INTERNal specifies saving the waveform in the instrument internal format.
  • SPREADSheet specifies saving the waveform in comma separated values format.
  • MATlab specifies saving the waveform in matlab compatible file format.

SaveoneventWaveformSource

Bases: SCPICmdWrite, SCPICmdRead

The SAVEONEVent:WAVEform:SOUrce command.

Description
  • This command sets or returns the sources for saving waveforms when an event occurs. This command replaces SAVEON:WAVEform:SOURce (still valid command, but only an alias for this new command).
Usage
  • Using the .query() method will send the SAVEONEVent:WAVEform:SOUrce? query.
  • Using the .verify(value) method will send the SAVEONEVent:WAVEform:SOUrce? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SAVEONEVent:WAVEform:SOUrce value command.
SCPI Syntax
- SAVEONEVent:WAVEform:SOUrce {CH<x>|MATH<x>|REF<x>|ALL}
- SAVEONEVent: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.
  • ALL specifies all analog, math, and reference waveforms as the source waveforms for saving.