Click or drag to resize

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.6.9999.9999)
Syntax
bool IsPulseGuiding { get; }

Property Value

Boolean
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. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself.
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