Write-only |
About Save/Recall |
Description |
This command is replaced with SaveData Method Saves UNFORMATTED trace data to .cti file. Learn more about citifiles. |
VB Syntax |
app.SaveCitiDataData(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 "D:\". |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.SaveCitiDataData ("C:\Program Files(x86)\Keysight\Network Analyzer\Documents\myDDCitifile.cti") 'Saves "myDDCitifile.cti" to the specified folder |
C++ Syntax |
HRESULT SaveCitiDataData (BSTR bstrFile) |
Interface |
IApplication5 |