Development status:
    New development
    
    Information status: Updated
    
        
    
    
    
    Repository:
    
    
        http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Acquisition/1D/TDCRoentdekCoboldPCCtrl
    
    
    
    
    Contact:
    
        
    
Class Description
Ethernet connection to TDCRoentdekCoboldPC
Families: Acquisition
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: RoentDek
Product:
TDC8HQ
Bus: Ethernet
Class interface
Attributes:
| Name | Description | 
|---|---|
| LastFileNameScalar: DevString | — | 
| ExposureTimeScalar: DevDouble | — | 
| BinSizeScalar: DevDouble | — | 
| NewFileNameScalar: DevString | New data file. In case of ``None`` no file will be written. Set by the command StartCobold. | 
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. | 
| SetParameterInput: DevVarDoubleArray Parameter id, value to set Output: DevVoid  | 
                        
                            Set the value of the specified parameter | 
| GetParameterInput: DevLong Paramenter id Output: DevDouble Value of the parameter  | 
                        
                            Get the value of the specified parameter | 
| GetHistInput: DevLong Histogram id Output: DevVarDoubleArray Histogram  | 
                        
                            — | 
| StartAcquisitionInput: DevVoid Output: DevVoid  | 
                        
                            Start filling the histogramas for the time given in ExposureTime | 
| StopAcquisitionInput: DevVoid Output: DevVoid  | 
                        
                            Stop filling the histograms | 
| StopCoboldInput: DevVoid Output: DevVoid  | 
                        
                            Stop the data taken in Cobold | 
| ClearAllHistogramsInput: DevVoid Output: DevVoid  | 
                        
                            Clear all histograms | 
| StartCoboldInput: DevVoid Output: DevVoid  | 
                        
                            Preparation and start of a new acquisition. The name of the file given in NewFileName will be sent. | 
Pipes:
Properties:
| Name | Description | 
|---|---|
| IPAddressDevString | IP Address for making the connection to the windows computer controlling the detector | 
| PortNbDevLong | Port Number for connecting to the windows computer controlling the detector | 
Please log in to comment.