Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > PartProgram Object : IsProbeAnalog Method
IsProbeAnalog Method
Description

Returns TRUE if the current loaded probe in a measurement routine is an analog probe; it returns FALSE otherwise. If you have multiple probe types defined for a measurement routine, the return value will depend, of course, on the location of the insertion point in the measurement routine.

Syntax
Visual Basic
Public Function IsProbeAnalog( _
   ByVal ArmNumber As Long _
) As Boolean
Parameters
ArmNumber
Return Type
Boolean value.
See Also