| CamName. Name of the camera (readout). |
| FileComment. Comment written in the header of the saved binary files. |
| ExposureMode. Exposure mode set at the start of the acquisition. |
| ExposureModeName. Exposure mode in text. |
| ExposureTime. Exposure time set at the start of the acquisition in s. |
| ErrorMessage. Display error from the camera. |
| FileDir. Path where the image files are written. |
| FilePrefix. The prefix of the image files to be created. The full image file name will be composed as FilePrefixFileStartNumber.postfix, with postfix bin or tif. |
| FileStartNum. The file number used when storing an image file. After saving a file, this number gets increased by one. To override an image file, the file number has to be set again. |
| Gain. Read/Write camera gain. |
| ImageCounter. Number of images taken. |
| ImageFormat. Fixed to UShort (implemeted because it is used by ATK). |
| LastPLength. Length in the parallel direction of the last readout frame. |
| LastSLength. Length in the serial direction of the last readout frame. |
| NbFrames. Number of frames to be taken when the acquisiotion is started. |
| ROIs1. Serial coordinate of the point closest to the serial register readout defining the rectangular exposition area on the CCD. |
| ROIs2. Serial coordinate of the point furthest to the serial register readout defining the rectangular exposition area on the CCD. |
| ROIp1. Parallel coordinate of the point closest to the serial register readout defining the rectangular exposition area on the CCD. |
| ROIp2. Parallel coordinate of the point furthest to the serial register readout defining the rectangular exposition area on the CCD. |
| ROIpbin. Number of bins in the parallel direction. |
| ROIsbin. Number of bins in the serial direction. |
| Temperature. Temperature of the camera. |
| TemperatureSetPoint. Temperature set to the camera. |
| UseFullFrame. If set to 1 the full CCD area is readout. The attributes defining the exposition area are not taken into account. |
| WriteDataToBinary. If set to 1 readout frames are written into binary files. The header of the binary file contains the temperature and the length of the frame (see in Client examples a program for retriving the information). . |
| WriteDataToTiff. If set to 1 readout frames are written into tiff files. |