recall
¶
The recall commands module.
These commands are used in the following models: DPO2K, DPO2KB, MSO2K, MSO2KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- RECAll:SETUp {FACtory|<NR1>|<file path>}
- RECAll:WAVEform <file path>,REF<x>
Recall
¶
Bases: SCPICmdRead
The RECAll command tree.
Usage
- Using the
.query()method will send theRECAll?query. - Using the
.verify(value)method will send theRECAll?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.setup: TheRECAll:SETUpcommand..waveform: TheRECAll:WAVEformcommand.
setup
property
¶
setup: RecallSetup
Return the RECAll:SETUp command.
Description
- Restores the state of the oscilloscope from a copy of the settings stored in memory.
The settings are stored using the
*SAVcommand.
Usage
- Using the
.write(value)method will send theRECAll:SETUp valuecommand.
SCPI Syntax
- RECAll:SETUp {FACtory|<NR1>|<file path>}
Info
FACtoryrestores the factory setup.<NR1>is a value in the range from 1 to 10, which specifies a saved setup storage location.<file path>specifies a location for an oscilloscope setup file.is a quoted string that defines the file name and path. Input the file path using the form :/ / . and one or s are optional. If you do not specify them, the oscilloscope will read the file from the default directory (see FILESYSTEM:CWD).stands for a filename; the use of wildcard characters in filenames is not supported. Filename extensions are not required, but highly recommended.
waveform
property
¶
waveform: RecallWaveform
Return the RECAll:WAVEform command.
Description
- This command (no query form) recalls a stored waveform to a reference location. This command is equivalent to selecting Recall from the File menu, and then pressing the Waveform button.
Usage
- Using the
.write(value)method will send theRECAll:WAVEform valuecommand.
SCPI Syntax
- RECAll:WAVEform <file path>,REF<x>
Info
<file path>specifies a location for a stored waveform file.is a quoted string that defines the file name and path. Input the file path using the form <drive>:<dir>/. and one or more s are optional. If you do not specify them, the instrument will read the waveform from the default directory (C:UsersPublicTektronixTekScope|Waveforms). stands for a file name of up to 128 characters (use of wildcard characters in filenames is not supported). File name extensions are not required but are highly recommended. REF<x>specifies a location in internal reference memory. Reference memory location values range from 1 through 4.
RecallSetup
¶
Bases: SCPICmdWrite
The RECAll:SETUp command.
Description
- Restores the state of the oscilloscope from a copy of the settings stored in memory. The
settings are stored using the
*SAVcommand.
Usage
- Using the
.write(value)method will send theRECAll:SETUp valuecommand.
SCPI Syntax
- RECAll:SETUp {FACtory|<NR1>|<file path>}
Info
FACtoryrestores the factory setup.<NR1>is a value in the range from 1 to 10, which specifies a saved setup storage location.<file path>specifies a location for an oscilloscope setup file.is a quoted string that defines the file name and path. Input the file path using the form :/ / . and one or s are optional. If you do not specify them, the oscilloscope will read the file from the default directory (see FILESYSTEM:CWD).stands for a filename; the use of wildcard characters in filenames is not supported. Filename extensions are not required, but highly recommended.
RecallWaveform
¶
Bases: SCPICmdWrite
The RECAll:WAVEform command.
Description
- This command (no query form) recalls a stored waveform to a reference location. This command is equivalent to selecting Recall from the File menu, and then pressing the Waveform button.
Usage
- Using the
.write(value)method will send theRECAll:WAVEform valuecommand.
SCPI Syntax
- RECAll:WAVEform <file path>,REF<x>
Info
<file path>specifies a location for a stored waveform file.is a quoted string that defines the file name and path. Input the file path using the form <drive>:<dir>/. and one or more s are optional. If you do not specify them, the instrument will read the waveform from the default directory (C:UsersPublicTektronixTekScope|Waveforms). stands for a file name of up to 128 characters (use of wildcard characters in filenames is not supported). File name extensions are not required but are highly recommended. REF<x>specifies a location in internal reference memory. Reference memory location values range from 1 through 4.