SwitchPath
The SwitchPath key defines the list of switch pairs and required positions of any switches to be set when the path is set or enabled. This switch path is set before any measurement is made when calling SolMeasure.
The value of the SwitchPath key can also be a reference to an already defined path configuration section name, if so the path is taken from the referenced configuration section.
The switch pairs listed in the path do not necessarily have to be controlled by a single MultiSwitch. If the system is part of a complex matrix that has more than one MultiSwitch controller, switches from any controller can be mixed in to the switch path. When the path is set all the switches will be in the required positions.
See the configuration nomenclature for Switch Pairs and Paths.
For a more details on short, open, load measurements see ShortOpenLoad Characterizations.
An example:
;*******************************************************************************
; ShortOpenLoad configuration example
;*******************************************************************************
[SOL]
AutoAntiAliasing = 1
CalAcquireTimeoutSec = 60
CalSetToActivate = CalSetToUseName
ConfigType = ShortOpenLoad
DirectoryToUse = C:\Temp
Port1DevPair = ICM_FCM1:1
Port2DevPair = ICM_FCM2:1
Port1PrefixToUse = Port1
Port2PrefixToUse = Port2
SwitchPath = ICM_SW01:1,ICM_SW02:1,ICM_SW03:1,ICM_SW04:1,ICM_SW10:1