Development status:
Released,
Release: Release_1_4
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/2D/PSCamera
Contact:
Class Description
Class for controlling PS CCD Camera
Families: Acquisition
Key words:
Platform: Unix Like
Language: Python
Contact:
Hardware
Manufacturer: Photonic Science
Product:
Gemstar Xray CCD
Bus: Socket
Class interface
Attributes:
Name | Description |
---|---|
DeltaTimeScalar: DevLong | — |
NumberOfImagesScalar: DevLong | — |
XBinningScalar: DevLong | — |
YBinningScalar: DevLong | — |
SubAreaLeftScalar: DevLong | — |
SubAreaRightScalar: DevLong | — |
SubAreaTopScalar: DevLong | — |
SubAreaBottomScalar: DevLong | — |
ExposureTimeScalar: DevFloat | — |
FileDirectoryScalar: DevString | The capture image is saved at:\n'FileDirectory'\ 'FilePrefix'+'FileRefNumber'+'.'+'FileFormat' |
FileSuffixScalar: DevString | The captured image is saved at:\n'FileDirectory'\ 'FilePrefix'+'FileRefNumber'+'.'+'FileFormat' |
FileRefNumberScalar: DevString | The captured image is saved at:\n'FileDirectory'\ 'FilePrefix'+'FileRefNumber'+'.'+'FileFormat' |
FileFormatScalar: DevString | The captured image is saved at:\n'FileDirectory'\ 'FilePrefix'+'FileRefNumber'+'.'+'FileFormat' |
FilePrefixScalar: DevString | The captured image is saved at:\n'FileDirectory'\ 'FilePrefix'+'FileRefNumber'+'.'+'FileFormat' |
ImageImage: DevLong | — |
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. |
ResetInput: DevVoid Output: DevVoid |
— |
OpenInput: DevVoid Output: DevVoid |
— |
CloseInput: DevVoid Output: DevVoid |
— |
SnapInput: DevVoid Output: DevVoid |
— |
SaveInput: DevVoid Output: DevVoid |
— |
AbortSnapInput: DevVoid Output: DevVoid |
— |
SetCompressInput: DevLong Output: DevVoid |
Enable(1) or disable(0) the compression (using zlib) of the data returned in Image |
SnapAndSave2Input: DevVoid Output: DevVoid |
Snap an image then, start a parallel thread to post-process and save the image using the path: 'FileDirectory'\ 'FilePrefix'+'FileRefNumber'+'.'+'FileFormat' |
StartAcquisitionInput: DevVoid Output: DevVoid |
Performs Snap and Save NumberOfImages times, with DeltaTime ms between Snaps. |
Pipes:
Properties:
Name | Description |
---|---|
IPAdressDevString | IP Adress |
PortNbDevLong | Port Number |
Please log in to comment.