Andor2Camera Class Attributes
Name
Inherited
Abstract
Attr. type
R/W type
Data type
Level
Description
ExposureTime false false Scalar READ_WRITE Tango::DEV_FLOAT OPERATOR Exposure time (seconds)
BinningHorizontal false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR number of pixels to bin horizontally.
BinningVertical false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR number of pixels to bin vertically
OffsetX false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR Starting column of the readout region
OffsetY false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR Starting row of the readout region
Width false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR Image width (in pixels)
Height false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR Image height (in pixels)
Cooler false false Scalar READ_WRITE Tango::DEV_STRING OPERATOR Switch cooler (Off / On)
FileDir false false Scalar READ_WRITE Tango::DEV_STRING OPERATOR irectory path to store image files in

- the directory must exist

- the server will check if the user running the server has write permissions for this directory,
if not, the device will go to state fault / throw an exception

- the attribute is memorized (last written value stored in tango db and read from there
at server startup)
FilePrefix false false Scalar READ_WRITE Tango::DEV_STRING OPERATOR String prefixed to file names (memorized attribute)
FileStartNum false false Scalar READ_WRITE Tango::DEV_ULONG OPERATOR Start number for files:

- not initialized

- incremented after every file

- range 0 - 999999
FilePostfix false false Scalar READ_WRITE Tango::DEV_STRING OPERATOR file postfix (determines file format). Supported file formats at time of writing are:

tif/tiff
nx: nexus hdf5 files
FileSaving false false Scalar READ_WRITE Tango::DEV_BOOLEAN OPERATOR if set to true, acquired images will be saved to files. Can be set / reset during acquisition.
CreateFileDir false false Scalar READ_WRITE Tango::DEV_BOOLEAN EXPERT True: when entering a value for FileDir and the directory does not exist it will be created.
False: when entering a value for FileDir and the directory does not exist an exception will be thrown
NXFileCompression false false Scalar READ_WRITE Tango::DEV_SHORT OPERATOR aveat utilitor !

This works, but CPU load and memory usage might increase a lot.
And if you collect files with compression enabled for a long time the OS
might kill the server. It all depends on the camera settings.
So: test before using this in experiment setups.
FramesPerNXFile false false Scalar READ_WRITE Tango::DEV_ULONG OPERATOR Max. number of frames written to one file if file format is nx. A new file will be created whenever this value is surpassed.
0 means all frames go into one file.
FramesProcessed false false Scalar READ Tango::DEV_ULONG64 OPERATOR Number of frames processed (i.e. removed from the queue). Reset at acquisition start.
ViewingMode false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR 0 = liveview disabled
1 = liveview enabled

If liveview is enabled, image data will be writtten to attribute Image.
FramesReceived false false Scalar READ Tango::DEV_ULONG64 OPERATOR Number of frames processed (i.e. removed from the queue). Reset at acquisition start.
CameraModel false false Scalar READ Tango::DEV_STRING OPERATOR





Andor2Camera Class Dynamic Attributes
Name
Inherited
Abstract
Attr. type
R/W type
Data type
Level
Description
DynIntRW false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR
DynIntR false false Scalar READ Tango::DEV_LONG OPERATOR
DynStringR false false Scalar READ Tango::DEV_STRING OPERATOR
DynStringRW false false Scalar READ_WRITE Tango::DEV_STRING OPERATOR
DynBoolRW false false Scalar READ_WRITE Tango::DEV_BOOLEAN OPERATOR
DynBoolR false false Scalar READ Tango::DEV_BOOLEAN OPERATOR
DynFloatR false false Scalar READ Tango::DEV_FLOAT OPERATOR
DynFloatRW false false Scalar READ_WRITE Tango::DEV_FLOAT OPERATOR
DynStringArrayR false false Spectrum READ Tango::DEV_STRING OPERATOR
DynFloatArrayR false false Spectrum READ Tango::DEV_FLOAT OPERATOR
Spectrum16 false false Spectrum READ Tango::DEV_USHORT OPERATOR
Spectrum32 false false Spectrum READ Tango::DEV_ULONG OPERATOR
Image16 false false Image READ Tango::DEV_USHORT OPERATOR
Image32 false false Image READ Tango::DEV_ULONG OPERATOR