.

Average: 0
Rating Count: 0

Development status: Released, Release: Release_1_0
Information status: Updated
Repository: http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/2D/AndorCamera
Contact:



Class Description


Class for connecting to and controlling the camera.

Families: Acquisition

Key words:

Platform: Unix Like

Language: Cpp

License:

Contact:

Hardware


Manufacturer: Andor

Product:

CCD

Bus: USB

Class interface


Attributes:

Name Description
CoolingScalar: DevLong Set on/off cooling.
CoolingTemperatureScalar: DevFloat Writes desired temperature of the detector. Reads current temperature.
TriggerModeScalar: DevLong Set trigger mode. Read last set value.
SpoolingScalar: DevLong Activate/desactivate spooling.
FileDirScalar: DevString Directory for saving files
SpoolingFileFormatScalar: DevLong File Format for spooling files. Written to hardware only by writting to the Spooling attribute.
DataTypeScalar: DevLong Writes the count convert mode. Reads the last set value.
AcquisitionModeScalar: DevLong Set the acquisition mode. Reads the last set value. 1->singlescan,2->accumulate,3->Kinetics,4->FastKinetics,5->RunUntilAbort.
NumberAccumulationsScalar: DevLong Set the number of scans accumulated in memory. It only takes effect in Accumulate or Kinetic Acquisition modes. Reads last set value.
ReadoutModeScalar: DevLong Set the readout mode: 0-> full vertical binning, 1 -> multi track, 2 -> random track, 3 -> single track, 4 image
HBinScalar: DevLong Last set horizontal binning
VBinScalar: DevLong Last set vertical binning.
HStartScalar: DevLong Last set horizontal RoI start.
HEndScalar: DevLong Last set horizontal RoI end.
VStartScalar: DevLong Last set vertical RoI start.
VEndScalar: DevLong Last set vertical RoI end.
InternalShutterScalar: DevLong Last internal shutter mode set.
ExternalShutterScalar: DevLong Reads last set value.
TTLSignalShuttersScalar: DevLong Reads the type of TTL signal send to the external shutter.
ExposureTimeScalar: DevDouble Set exposure time and read the current valid value.
NumberKineticsScalar: DevLong Set the number of scans taken in a single acquisition sequence. It only takes effect in Kinetic Acquisition mode. Reads last set value.
FilePrefixScalar: DevString Prefix file name. Complete name: FilePrefix_FileNumber
FileNumberScalar: DevLong File Number. Complete file name: FilePrefix_FileNumber
HShiftSpeedIDScalar: DevDouble Set Horizontal Speed Shift by the index. Reads last set value.
HShiftSpeedScalar: DevFloat Last set horizontal shift speed.
NbHShiftSpeedsScalar: DevLong Number of horizontal shift speeds.
VShiftSpeedIDScalar: DevDouble Set Verticalal Shift Speed by the index. Reads last set value.
VShiftSpeedScalar: DevFloat Last set vertical shift speed.
NbVShiftSpeedsScalar: DevLong Number of vertical shift speeds.

Commands:

Name Description
StateInput: DevVoid
Output: State
Device state
This command gets the device state (stored in its device_state data member) and returns it to the caller.
StatusInput: DevVoid
Output: ConstDevString
Device status
This command gets the device status (stored in its device_status data member) and returns it to the caller.
SetImageBinRoIInput: DevVarLongArray
HBin,VBin,HStart,HEnd,VStart,VEnd
Output: DevVoid
Set image bin und RoI parameters.
SetShutterInput: DevVarLongArray
Int mode, ext mode, ttl signal
Output: DevVoid
Set internal and external shutter modes, and TTL signal.
GetHShiftSpeedByIndexInput: DevLong
Shift Speed Index
Output: DevFloat
Shift Speed
Reads the horizontal shift speed for the given index.
GetVShiftSpeedByIndexInput: DevLong
Shift Speed Index
Output: DevFloat
Shift Speed
Reads the vertical shift speed for the given index.
StartAcquisitionInput: DevVoid
Output: DevVoid
Start an acquisition.

Pipes:

Properties:

Name Description
CameraIdDevLong Id of the camera


Please log in to comment.

13 Nov 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .



23 Feb 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .



19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .



2 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.
Added by:pgoryl2 on:2 Jan 2017, 2:44 p.m.