Development status:
Released,
Release: Release_1_5
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/2D/MarCCD
Contact:
Class Description
Class for making the socket connection to the MarCCD Server.
Families: Acquisition
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Rayonix
Product:
CCD SX165
Bus: Data Socket
Class interface
Attributes:
Name | Description |
---|---|
SavingDirectoryScalar: DevString | — |
SavingPrefixScalar: DevString | — |
SizeXScalar: DevLong | Fast (x) dimension of the data frame. |
SizeYScalar: DevLong | Slow (y) dimension of the data frame. |
FrameShiftScalar: DevLong | Frameshift parameter (nlines). |
SavingPostfixScalar: DevString | — |
BinXandYScalar: DevLong | Binning in x and y (always the same value) |
ReadModeScalar: DevLong | 0 -> in detector\n1 -> in background\n2 -> in scratch |
DezingerScalar: DevLong | 0 -> not dezinger\n1 -> dezinger |
CorrectBackgroundScalar: DevLong | 0 -> not background correction\n1 -> background correction |
WriteToFileScalar: DevLong | Set to 1 for writing to file (only if ReadMode is 0) |
ExposureTimeScalar: DevDouble | Set to -1 if camera wants to be stopped manually. |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State State Code |
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Status description |
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. |
WriteReadSocketInput: DevString Command Output: DevString Answer |
Writes a command to the socket and gets the answer. |
WriteSocketInput: DevString Command Output: DevVoid |
Writes a command to the socket. |
AbortInput: DevVoid Output: DevVoid |
Marccd will abort the current operation. Normally this would be done to stop integration and return the ccd do continuous clear mode. |
StartExposingInput: DevVoid Output: DevVoid |
Start exposition |
StopExposingInput: DevVoid Output: DevVoid |
Stop exposition. |
Pipes:
Properties:
Name | Description |
---|---|
PortNbDevLong | Port Number for connecting to the detector server. |
SimulationModeDevULong | 0 -> real mode, 1 -> simulation mode |
HostnameDevString | Hostname of the mar pc |
Please log in to comment.