ICoverCalibratorV1MaxBrightness Property |
Namespace: ASCOM.DeviceInterface
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. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
This is a mandatory property for a calibrator device and must always return a value 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.