Description |
Adjusts the list of paths (port pairings) for which isolation standards will be measured during calibration. |
VB Syntax |
guidedCal.SetIsolationPaths specifier, pathList |
Variable |
(Type) - Description |
obj |
Any of the following: GuidedCalibration (object) |
specifier |
(Enum) - Choose from: 0 - naPathsAll - Measure isolation on all pairings of the ports that are to be calibrated. 1 - naPathsNone - Do not measure isolation on any pairing of the ports to be calibrated. 2 - naPathsAdd - Add one or more specific pairings of ports to the list of port pairings for which isolation will be measured. 3 - naPathsRemove - Remove one or more specific pairings of ports from the list of port pairings for which isolation will be measured. |
pathlist |
(Variant) port numbers in pairs. One-dimensional array of Long Integers. Note: pathList is evaluated only when specifier is naPathsAdd or naPathsRemove. For naPathsAll and naPathsNone, pathList is ignored. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
Dim pathList |
C++ Syntax |
HRESULT SetIsolationPaths(enum NAPortPathSpecifier specifier, VARIANT pathList); |
Interface |
IGuidedCalibration3 |