Write-only |
About Differential IQ |
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 |
|
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 the D:\ drive. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
Diq.Save "myDIQfile" or Diq.Save ""D:\myDIQfile.xml" |
C++ Syntax |
HRESULT Save(BSTR filename); |
Interface |
IDIQ2 |