GetAAngle Method
Description
Returns the current A Angle
Syntax
Visual Basic |
---|
Public Function GetAAngle( _ ByVal ArmNumber As Integer _ ) As Double |
Parameters
- ArmNumber
Integer value specifying the arm for which the angles are being requested.
Example
AAngle = ReadoutWindow.GetAAngle(1) would return the current probe's A angle on arm 1.
See Also