Read Only: Returns the current B Angle
Visual Basic |
---|
Public Function GetBAngle( _ ByVal ArmNumber As Integer _ ) As Double |
- ArmNumber
Integer value specifying the arm for which the angles are being requested.
BAngle = ReadoutWindow.GetBAngle(1) would return the current probe's B angle on arm 1.