Obtains the tolerance value for a specified point.
Input Arguments
0 |
Point Name |
Point Name |
The name of the point whose tolerance should be retrieved. |
Return Arguments
1 |
Boolean |
Use High X Tolerance? |
Whether to use high X tolerance. |
2 |
Double |
High X Tolerance |
Specify the high X tolerance value. |
3 |
Boolean |
Use High Y Tolerance? |
Whether to use high Y tolerance. |
4 |
Double |
High Y Tolerance |
Specify the high Y tolerance value. |
5 |
Boolean |
Use High Z Tolerance? |
Whether to use high Z tolerance. |
6 |
Double |
High Z Tolerance |
Specify the high Z tolerance value. |
7 |
Boolean |
Use High Mag Tolerance? |
Whether to use high Mag tolerance. |
8 |
Double |
High Mag Tolerance |
Specify the high Mag tolerance value. |
9 |
Boolean |
Use Low X Tolerance? |
Whether to use low X tolerance.. |
10 |
Double |
Low X Tolerance |
Specify the low X tolerance value. |
11 |
Boolean |
Use Low Y Tolerance? |
Whether to use lowY tolerance. |
12 |
Double |
Low Y Tolerance |
Specify the low Y tolerance value. |
13 |
Boolean |
Use Low Z Tolerance? |
Whether to use low Z tolerance. |
14 |
Double |
Low Z Tolerance |
Specify the low Z tolerance value. |
15 |
Boolean |
Use Low Mag Tolerance? |
Specify whether to use low Mag tolerance. |
16 |
Double |
Low Mag Tolerance |
Specify the low Mag tolerance value. |
1 |
Vector Tolerance |
Vector Tolerance |
Specify the vector tolerance value. |
Returned Status
SUCCESS |
The point’s tolerances were retrieved successfully. |
FAILURE |
The specified point could not be found. |
Remarks
Note that since this command fails if the point does not exist, this command can be used to determine if a point exists.