Write only

LoadFile Method


Description

Loads a previously-configured mixer attributes file (.mxr)

 VB Syntax

obj.LoadFile (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 mixer attributes file.

Files are typically stored in "C:/Program Files/Keysight/Network Analyzer/Documents".

Return Type

String

Default

Not Applicable

Examples

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

C++ Syntax

HRESULT LoadFile(BSTR newVal)

Interface

IMixer

IConverter