Causes the rotator to move Position degrees relative to the current
Position value.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax void Move(
float Position
)
Sub Move (
Position As Single
)
void Move(
float Position
)
Parameters
- Position
- Type: SystemSingle
Relative position to move in degrees from current Position.
Exceptions Exception | Condition |
---|
MethodNotImplementedException | If the method is not implemented. |
InvalidValueException | If 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