ICameraV3LastExposureDuration Property |
Reports the actual exposure duration in seconds (i.e. shutter open time).
Namespace:
ASCOM.DeviceInterface
Assembly:
ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxdouble LastExposureDuration { get; }
ReadOnly Property LastExposureDuration As Double
Get
property double LastExposureDuration {
double get ();
}
Property Value
Type:
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