IRotatorV2Move Method
Causes the rotator to move Position degrees relative to the current Position value.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
void Move(
	float Position
)

Parameters

Position
Type: SystemSingle
Relative position to move in degrees from current Position.
Exceptions
ExceptionCondition
MethodNotImplementedExceptionIf the method is not implemented.
InvalidValueExceptionIf Position is invalid.
Remarks
Calling Move causes the TargetPosition property to change to the sum of the current angular position and the value of the Position parameter (modulo 360 degrees), then starts rotation to TargetPosition.
See Also