Write only |
Description |
Saves the mixer/converter test setup to a mixer attributes (.mxr) file. |
VB Syntax |
obj.SaveFile (filename) |
Variable |
(Type) - Description |
obj |
A Mixer Interface pointer to the Measurement (object) Or |
filename |
(String) Full path, file name, and .mxr extension of the file. Files are typically stored in "D:\". |
Return Type |
String |
Default |
Not Applicable |
Examples |
mixer.SaveFile ("D:\myMixer.mxr") |
C++ Syntax |
HRESULT SaveFile(BSTR newVal) |
Interface |
IMixer IConverter |