ICameraV4SetCCDTemperature Property
Sets the camera cooler set-point in degrees Celsius, and returns the current set-point.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
double SetCCDTemperature { get; set; }
Property SetCCDTemperature As Double
Get
Set
property double SetCCDTemperature {
double get ();
void set (double value);
}
Property Value
DoubleThe set CCD temperature.
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ICamera | Platform 5.0 | Member added. |