Write-only
About Differential IQ

Load Method


Description

Recalls the parameters and/or frequency ranges that you previously defined and saved.

 VB Syntax

DIQ.Load (name, type)

Variable

(Type) - Description

DIQ

A DIQ Object

name

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

type

(Enum NADIQSaveLoadType) Choose the type of settings to be recalled:

naParameterList - just the parameters.

naFrequencyRange - just the frequency settings.

naALL - both parameters and frequency settings.

Return Type

Not Applicable

Default

naParameterList

Examples

Diq.Load "myParams",naParameterList

Diq.Load "C:\myParams.xml",naALL

C++ Syntax

HRESULT Load(BSTR name,tag NADIQSaveLoadType type);

Interface

IDIQ2