Reports the maximum ADU value the camera can produce.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax ReadOnly Property MaxADU As Integer
Get
property int MaxADU {
int get ();
}
Property Value
Type:
Int32The maximum ADU.
Exceptions Exception | Condition |
---|
NotConnectedException | Must throw exception if data unavailable. |
See Also