Write-only |
About Path Configurator |
Description |
Deletes the specified configuration name from the VNA. The factory configurations cannot be deleted. This is the only method of programmatically distinguishing a factory configuration from a user-named configuration. |
VB Syntax |
pathMgr.DeleteConfiguration name |
Variable |
(Type) - Description |
pathMgr |
PathConfigurationManager (object) |
name |
(String) Configuration name to be deleted. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
path.DeleteConfiguration "myMixer" |
C++ Syntax |
HRESULT StoreConfiguration (long channelNum, BSTR configName ); |
Interface |
IPathConfigurationManager |