Write only

SaveFile Method


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

A Converter Object

filename

(String) Full path, file name, and .mxr extension of the file.

Files are typically stored in "c:\users\public\network analyzer\documents".

Return Type

String

Default

Not Applicable

Examples

mixer.SaveFile ("c:\users\public\network analyzer\documents/myMixer.mxr")

C++ Syntax

HRESULT SaveFile(BSTR newVal)

Interface

IMixer

IConverter