ICameraV2IsPulseGuiding Property |
Returns a flag indicating whether the camera is currrently in a
PulseGuide operation.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax bool IsPulseGuiding { get; }
ReadOnly Property IsPulseGuiding As Boolean
Get
property bool IsPulseGuiding {
bool get ();
}
Property Value
Type:
Booleantrue if this instance is pulse guiding; otherwise,
false.
Exceptions Exception | Condition |
---|
NotConnectedException | hardware 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