Write-only |
|
Description |
Initiates a global delta match calibration. Learn more about Delta match calibration. See example of a complete Delta Match calibration. |
VB Syntax |
numSteps = guided.GenerateGlobalDeltaMatchSequence conn,cKit |
Variable |
(Type) - Description |
numSteps |
Long Integer - Variable to store the returned number of connection steps required by the Global Delta Match Cal. |
guided |
GuidedCalibration (object) |
conn |
String Connector Type for port 1. |
cKit |
String Cal Kit for all ports. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
guided.GenerateGlobalDeltaMatchSequence “APC 3.5 female”,"85052B" |
C++ Syntax |
HRESULT GenerateGlobalDeltaMatchSequence(BSTR port_1_conn, BSTR cal_kit, long *num_steps); |
Interface |
IGuidedCalibration2 |