IFocuserV2MaxStep Property
Maximum step position permitted.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
int MaxStep { 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

The focuser can step between 0 and MaxStep. If an attempt is made to move the focuser beyond these limits, it will automatically stop at the limit.
See Also