CameraElectronsPerADU Property |
Returns the gain of the camera in photoelectrons per A/D unit.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic double ElectronsPerADU { get; }Public ReadOnly Property ElectronsPerADU As Double
Get
public:
virtual property double ElectronsPerADU {
double get () sealed;
}Property Value
DoubleThe electrons per ADU.
Implements
ICameraV3ElectronsPerADU
Exceptions| Exception | Condition |
|---|
| NotConnectedException | If the device is not connected. |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request. |
Remarks
Some cameras have multiple gain modes; these should be selected via the
SetupDialog and thus are
static during a session.
See Also