Write-only
About Differential IQ

Save Method


Description

Stores the list of parameters and frequency range settings to an*.xml file for recall at a later time.

Use Load Method to recall files.

Note: The Frequency Range settings and the DIQ Parameters are saved and recalled from a single *.xml file.

 VB Syntax

DIQ.Save (filename)

Variable

(Type) - Description

DIQ

A DIQ Object

filename

(String) Full path (optional) and filename with or without the *.xml extension. If the full path is not provided, the file is saved to C:\Users\Public\Documents\Network Analyzer

Return Type

Not Applicable

Default

Not Applicable

Examples

Diq.Save "myDIQfile"

or

Diq.Save ""C:\myDIQfile.xml"

C++ Syntax

HRESULT Save(BSTR filename);

Interface

IDIQ2