ICameraV2ElectronsPerADU Property |
Returns the gain of the camera in photoelectrons per A/D unit.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax double ElectronsPerADU { get; }
ReadOnly Property ElectronsPerADU As Double
Get
property double ElectronsPerADU {
double get ();
}
Property Value
Type:
DoubleThe electrons per ADU.
Exceptions Exception | Condition |
---|
NotConnectedException | Must 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