ICameraV2ElectronsPerADU Property
Returns the gain of the camera in photoelectrons per A/D unit.

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

Property Value

Type: Double
The electrons per ADU.
Exceptions
ExceptionCondition
NotConnectedExceptionMust throw exception if data unavailable.
Remarks
Some cameras have multiple gain modes; these should be selected via the SetupDialog and thus are static during a session.
See Also