Write-only |
About Differential IQ |
Description |
Recalls the parameters and/or frequency ranges that you previously defined and saved. |
VB Syntax |
DIQ.Load (name, type) |
Variable |
(Type) - Description |
DIQ |
|
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 D:\. |
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 "D:\myParams.xml",naALL |
C++ Syntax |
HRESULT Load(BSTR name,tag NADIQSaveLoadType type); |
Interface |
IDIQ2 |