ICameraV2LastExposureDuration Property
Reports the actual exposure duration in seconds (i.e. shutter open time).

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

Property Value

Type: Double
The last duration of the exposure.
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionMust throw an exception if not supported
InvalidOperationExceptionIf 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