ClearAllTips | Clears all tips selected for qualification. Use the "Probe.SelectAllTips" function to select all tips. Use the "Tip.Selected" property of the tip object to select or deselect individual tips for probe qualification. |
ComponentDescription | This function returns a string which is the nth component description of the component list box as determined by the Item parameter. |
ConnectionDescription | Returns the Item number string in the connection drop down list. |
Dialog | Opens the PC-DMIS Probe Utilities dialog box. |
Qualify | Qualifies all of the probe's tips. |
Qualify2 | Calibrates the probe tips using settings passed in via the QualificationSettings object. |
ResetMeasToTheoForTips | Resets measured tip data for all tips back to theo values |
SelectAllTips | Selects all tips in tip list for qualification. |
ActiveComponent | Represents the highlighted probe component in PC-DMIS’s Probe dialog box. |
ActiveConnection | Represents the highlighted probe connection in PC-DMIS’s Probe dialog’s connection drop-down list. |
Application | Represents the read-only PC-DMIS application. The Application object includes properties and methods that return top-level objects. For example, the ActivePartProgram property returns a PartProgram object. |
ComponentCount | Returns the number of components in the component list box. There is always at least one, even when it appears that there are no entries. In that case, the one entry is invisible, but it can still be made active. |
ConnectionCount | Returns the number of connections in the connection drop-down list. The contents of this list depend on which component is active. |
FullName | Returns the full name of the file containing this probe’s information. |
Name | Returns the name of the file containing this probe’s information. |
Parent | Returns the Probes collection object to which this object belongs. |
Path | Returns the path to the file containing this probe’s information. |
QualificationSettings | Returns the Qualify Settings object that can be modified and passed into the Qualify2 method. It supports these parameters: StartA - Returns the starting A angle of the probe |
Tips | Returns the Tips object associated with this Probe object. |
UseWristMap | Determines whether or not a wrist map is used. |