recall
¶
The recall commands module.
These commands are used in the following models: MSO2, TekScopePC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- RECAll:MASK <source file>,MASK<x>
- RECAll:SESsion <file_path>
- RECAll:SETUp {FACtory|<file_path>}
- RECAll:WAVEform <source file>,<destination>
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
.mask: TheRECAll:MASKcommand..session: TheRECAll:SESsioncommand..setup: TheRECAll:SETUpcommand..waveform: TheRECAll:WAVEformcommand.
mask
property
¶
mask: RecallMask
Return the RECAll:MASK command.
Description
- This command recalls a saved mask definition from a Mask File. File suffixes can be xml or msk. If the specified mask test already exists the mask associated with that mask test will be replaced, otherwise a new mask test is created.
Usage
- Using the
.write(value)method will send theRECAll:MASK valuecommand.
SCPI Syntax
- RECAll:MASK <source file>,MASK<x>
Info
MASK<x>is the destination mask.<source file>is the source file. 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.
session
property
¶
session: RecallSession
Return the RECAll:SESsion command.
Description
- Restores the state of the instrument, including reference waveforms, from a saved session file.
Usage
- Using the
.write(value)method will send theRECAll:SESsion valuecommand.
SCPI Syntax
- RECAll:SESsion <file_path>
Info
<file_path>is the file path that specifies the location of the specified instrument session file.
setup
property
¶
setup: RecallSetup
Return the RECAll:SETUp command.
Description
- This command (no query form) returns stored or factory settings to the instrument from a copy of the settings stored in memory. This command performs the same function as selecting Recall from the File menu, and then choosing the Setup button.
Usage
- Using the
.write(value)method will send theRECAll:SETUp valuecommand.
SCPI Syntax
- RECAll:SETUp {FACtory|<file_path>}
Info
FACtoryrestores the factory setup. Performs the same operation as the:FACtorycommand.<file_path>specifies a location for an instrument setup file.is a quoted string that defines the file name and path. 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.
waveform
property
¶
waveform: RecallWaveform
Return the RECAll:WAVEform command.
Description
- This command recalls a stored waveform to a reference memory location.
Usage
- Using the
.write(value)method will send theRECAll:WAVEform valuecommand.
SCPI Syntax
- RECAll:WAVEform <source file>,<destination>
Info
<source file>is the source file. 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.<destination>is REFwhich specifies a reference to create from the recalled waveform data file.
RecallMask
¶
Bases: SCPICmdWrite
The RECAll:MASK command.
Description
- This command recalls a saved mask definition from a Mask File. File suffixes can be xml or msk. If the specified mask test already exists the mask associated with that mask test will be replaced, otherwise a new mask test is created.
Usage
- Using the
.write(value)method will send theRECAll:MASK valuecommand.
SCPI Syntax
- RECAll:MASK <source file>,MASK<x>
Info
MASK<x>is the destination mask.<source file>is the source file. 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.
RecallSession
¶
Bases: SCPICmdWrite
The RECAll:SESsion command.
Description
- Restores the state of the instrument, including reference waveforms, from a saved session file.
Usage
- Using the
.write(value)method will send theRECAll:SESsion valuecommand.
SCPI Syntax
- RECAll:SESsion <file_path>
Info
<file_path>is the file path that specifies the location of the specified instrument session file.
RecallSetup
¶
Bases: SCPICmdWrite
The RECAll:SETUp command.
Description
- This command (no query form) returns stored or factory settings to the instrument from a copy of the settings stored in memory. This command performs the same function as selecting Recall from the File menu, and then choosing the Setup button.
Usage
- Using the
.write(value)method will send theRECAll:SETUp valuecommand.
SCPI Syntax
- RECAll:SETUp {FACtory|<file_path>}
Info
FACtoryrestores the factory setup. Performs the same operation as the:FACtorycommand.<file_path>specifies a location for an instrument setup file.is a quoted string that defines the file name and path. 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.
RecallWaveform
¶
Bases: SCPICmdWrite
The RECAll:WAVEform command.
Description
- This command recalls a stored waveform to a reference memory location.
Usage
- Using the
.write(value)method will send theRECAll:WAVEform valuecommand.
SCPI Syntax
- RECAll:WAVEform <source file>,<destination>
Info
<source file>is the source file. 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.<destination>is REFwhich specifies a reference to create from the recalled waveform data file.