IFocuserV4Move Method

Moves the focuser by the specified amount or to the specified position depending on the value of the Absolute property.

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
void Move(
	int Position
)

Parameters

Position  Int32
Step distance or absolute position, depending on the value of the Absolute property.

Remarks

See this link for the canonical definition, which may include further information and implementation requirements: Canonical Definition

Exceptions

InvalidValueExceptionIf Position would result in a movement beyond MaxStep or otherwise out of range for the focuser.
NotConnectedExceptionIf the device is not connected.
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself.

Revision History

DateVersionDescription
IFocuserPlatform 2.0Member added.
IFocuserV3Platform 6.4Move must not throw an exception when TempComp is , see above.

See Also