ICameraV2LastExposureDuration Property |
Reports the actual exposure duration in seconds (i.e. shutter open time).
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax double LastExposureDuration { get; }
ReadOnly Property LastExposureDuration As Double
Get
property double LastExposureDuration {
double get ();
}
Property Value
Type:
DoubleThe last duration of the exposure.
Exceptions Exception | Condition |
---|
PropertyNotImplementedException | Must throw an exception if not supported |
InvalidOperationException | If called before any exposure has been taken |
Remarks
This may differ from the exposure time requested due to shutter latency, camera timing precision, etc.
See Also