Write-only
 About Path Configurator

LoadConfiguration Method


Description

Loads the named configuration onto the specified channel.

Note: Loading a stored configuration will over-write MANY RF and IF path configuration settings. Make your measurement settings AFTER recalling a stored configuration, NOT before.

Use Configurations Method to return the configuration names that are stored on the PNA.

 VB Syntax

pathMgr.LoadConfiguration ch, name

Variable

(Type) - Description

pathMgr

PathConfigurationManager (object)

ch

(Long) Channel number of the configuration to be saved.

name

(String) Configuration name. "Default" is the default factory configuration.

Return Type

Not Applicable

Default

Not Applicable

Examples

path.LoadConfiguration 2, "myMixer"

C++ Syntax

HRESULT LoadConfiguration (long channelNum, BSTR configName );

Interface

IPathConfigurationManager


Last Modified:

18-Oct-2012

Added note

14-Dec-2006

MX New topic