HAMAMATSU
MCD CONTROLLER C7557
Chapter 2 Software Library
HAMAMATSU PHOTONICS K.K.
- 46 -
Temperature Control
Description
Controls the sensor head temperature (ON/OFF). The return values are 1
with normal completion, and other than 1 with an error. The temperature
control status may be obtained as the return value for the function.
Function Name
WORD SetPeltierControl(ID, PeltierControl);
WORD GetPeltierControl(ID);
Format
WORD SetPeltierControl(WORD, WORD);
WORD GetPeltierControl(WORD);
Arguments
ID
SCSI ID number
Specify MCD controller SCSI ID number
PeltierControl
Set temperature control (ON/OFF)
OFF
0
ON
1
Return Values
For temperature control
Same as for CheckSensor function
Status acquisition
0
OFF
1
ON