Read-only |
|
Description |
Gets the list of paths (port pairings) for which isolation standards will be measured during calibration. |
VB Syntax |
value = obj.GetIsolationPaths |
Variable |
(Type) - Description |
value |
(Variant) - Variable to store the returned port paths in pairs. One-dimensional array of Long Integers. |
obj |
Any of the following: GuidedCalibration (object) |
Return Type |
Variant – Containing one-dimensional array of Long Integers. |
Default |
No port pairs (empty Variant variable) |
Examples |
pathList = guidedCal.GetIsolationPaths |
C++ Syntax |
HRESULT GetIsolationPaths(VARIANT* pathList); |
Interface |
IGuidedCalibration |