Rotator.MoveAbsolute() Method

Change the rotator angle to the supplied value

Syntax

Rotator.MoveAbsolute(Position)

The method syntax has these parts:

Part Description
Position (Single) The new mechanical angle to which the rotator will move (degrees, CCW 0-360)
Return (Nothing) Does not return a value.

Remarks

Will raise an error if no rotator is connected. Does nothing if the rotator is already at that angle. The range is 0 <= angle < 360, counter-clockwise.