Write-only |
About Path Configurator |
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 VNA. |
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 |