Click or drag to resize

TelescopeIsPulseGuiding Property

True if a PulseGuide(GuideDirections, Int32) command is in progress, False otherwise

Namespace: ASCOM.DriverAccess
Assembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public bool IsPulseGuiding { get; }

Property Value

Boolean

Implements

ITelescopeV3IsPulseGuiding
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionIf CanPulseGuide is False
NotConnectedExceptionIf the device is not connected
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request.
Remarks
Raises an error if the value of the CanPulseGuide property is false (the driver does not support the PulseGuide(GuideDirections, Int32) method).
See Also