Write-only
About Save/Recall

Recall Method


Description

Recalls a measurement state, calibration state, or both, from the hard drive into the analyzer.

Use app.Save to save files.

 VB Syntax

app.Recall (filename.ext)

Variable

(Type) - Description

app

An Application (object)

filename.ext

(string) - Full path, file name, and extension, of the file.

Files are typically stored in "c:\users\public\network analyzer\documents"

Use one of the following extensions:

  • .sta - Instrument State

  • .cal - Calibration file

  • .cst - Both Instrument State and Calibration reference

  • .cti - Citifile (data will always be formatted. See Recalling Citifiles Using the PNA)

  • .csa - Instrument state and calibration data (not a reference pointer).

Return Type

Not Applicable

Default

Not Applicable

Examples

app.Recall ("C:/Program Files/Keysight/Network Analyzer/Documents/MyState.cst") 'Recalls "mystate.cst" from the specified folder

C++ Syntax

HRESULT Recall(BSTR bstrFile)

Interface

IApplication