Write-only
About Save/Recall

SaveCitiFormattedData Method - Superseded


Description

This command is replaced with SaveData Method

Saves FORMATTED trace data to .cti file. Learn more about citifiles.

 VB Syntax

app.SaveCitiFormattedData(filename.cti)

Variable

(Type) - Description

app

An Application (object)

filename.cti

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

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

Return Type

Not Applicable

Default

Not Applicable

Examples

app.SaveCitiFormattedData ("C:/Program Files/Keysight/Network Analyzer/Documents/Newfolder/myFDCitifile.cti") 'Saves "myFDCitifile.cti" to the specified folder

C++ Syntax

HRESULT SaveCitiFormattedData (BSTR bstrFile)

Interface

IApplication5