CoverCalibratorMaxBrightness Property |
Namespace: ASCOM.DriverAccess
| Exception | Condition |
|---|---|
| PropertyNotImplementedException | When CalibratorState returns NotPresent. |
| 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. |
This is a mandatory property for a calibrator device and must be within the integer range 1 to 2,147,483,647
A value of 1 indicates that the calibrator can only be "off" or "on".
A value of 10 indicates that the calibrator has 10 discreet illumination levels in addition to "off".
The value for this parameter should be determined by the driver author or device manufacturer based on the capabilities of the hardware used in the calibrator.