Click or drag to resize

ICoverCalibratorV1MaxBrightness Property

The Brightness value that makes the calibrator deliver its maximum illumination.

Namespace:  ASCOM.DeviceInterface
Assembly:  ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
int MaxBrightness { get; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionWhen CalibratorState returns NotPresent.
NotConnectedExceptionIf the device is not connected.
DriverExceptionAn 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.
Remarks

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.

See Also