ICameraV2CanPulseGuide Property
Returns a flag indicating whether this camera supports pulse guiding

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

Property Value

Type: Boolean
true if this instance can pulse guide; otherwise, false.
Exceptions
ExceptionCondition
NotConnectedExceptionThrown if the driver is not connected.
Remarks

Must be implemented, must not throw a PropertyNotImplementedException.

Returns true if the camera can send autoguider pulses to the telescope mount; false if not. Note: this does not provide any indication of whether the autoguider cable is actually connected.

See Also