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

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

Property Value

Type: Boolean
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionIf CanPulseGuide is False
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