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: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public bool IsPulseGuiding { get; }

Property Value

Type: 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