ICameraV2IsPulseGuiding Property
Returns a flag indicating whether the camera is currrently in a PulseGuide operation.

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
true if this instance is pulse guiding; otherwise, false.
Exceptions
ExceptionCondition
NotConnectedExceptionhardware or communications connection error has occurred.
Remarks
If true, pulse guiding is in progress. Required if the PulseGuide method (which is non-blocking) is implemented. See the PulseGuide method.
See Also