ICoverCalibratorV2CalibratorOn Method
Turns the calibrator on at the specified brightness if the device has calibration capability
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void CalibratorOn(
int Brightness
)
Sub CalibratorOn (
Brightness As Integer
)
void CalibratorOn(
int Brightness
)
Parameters
- Brightness Int32
- Sets the required calibrator illumination brightness in the range 0 (fully off) to MaxBrightness (fully on).
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ICoverCalibratorV1 | Platform 6.5 | Member added. |