ICameraV3LastExposureDuration 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.6.9999.9999)
Syntaxdouble LastExposureDuration { get; }ReadOnly Property LastExposureDuration As Double
Get
property double LastExposureDuration {
double get ();
}Property Value
DoubleThe last duration of the exposure.
Exceptions
Remarks
This may differ from the exposure time requested due to shutter latency, camera timing precision, etc.
See Also