| ICameraV2FullWellCapacity Property |
Reports the full well capacity of the camera in electrons, at the current camera settings (binning, SetupDialog settings, etc.)
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntaxdouble FullWellCapacity { get; }ReadOnly Property FullWellCapacity As Double
Get
property double FullWellCapacity {
double get ();
}Property Value
Type:
DoubleThe full well capacity.
Exceptions| Exception | Condition |
|---|
| NotConnectedException | Must throw exception if data unavailable. |
See Also