Move
Method
Move (Long)
Syntax
FocusMax.Focuser.Move(Long)
Parameters
Long Position - Step distance or absolute position, depending on focuser.Absolute
Returns
Nothing
Remarks
If property Absolute is true, then this is an absolute positioning focuser. The Move command tells the focuser to move to an exact step position, and Position is an integer between 0 and property MaxStep.
If property Absolute is false, then this is a relative positioning focuser. The Move command tells the focuser to move in a relative direction, and Position is an integer between – MaxIncrement and +MaxIncrement.