IFocuserV2MaxIncrement Property
Maximum increment size allowed by the focuser; i.e. the maximum number of steps allowed in one move operation.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
int MaxIncrement { get; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
NotConnectedExceptionIf the device is not connected and this information is only available when connected.
DriverExceptionMust throw an exception if the call was not successful
Remarks

Must be implemented

For most focusers this is the same as the MaxStep property. This is normally used to limit the Increment display in the host software.
See Also