Development status:
Released,
Release: Release_1_1
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/OtherInstruments/MHzDAQp01
Contact:
Class Description
MHz DAQ System via TCP connection
Families: Acquisition
Key words:
Platform: Unix Like
Language: Cpp
License: GPL
Contact:
Hardware
Manufacturer: none
Bus: TCP/UDP
Class interface
Attributes:
| Name | Description |
|---|---|
| FilePrefixScalar: DevString | File prefix, used by the Start command. |
| NbTriggersScalar: DevDouble | Number of acquistions to take. The acquistion will stop after these number of acquistions is taken. |
| FileNumScalar: DevLong | Number added to FilePrefix for creating the file name sent with the Start command to the MHz DAQ. This number is reset to 0 every time the FilePrefix is written and it increments automatically when the Start command is called. |
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. |
| StartInput: DevVoid Output: DevVoid |
Starts acquisition. It uses attributes FilePrefix and NbTriggers |
| StopInput: DevVoid Output: DevVoid |
Stops acquisition |
| CloseRunLoopInput: DevVoid Output: DevVoid |
terminates the run loop of the TCP server, so that it can be shutdown from the Karabo CLI. |
| ReadChannelInput: DevVarLongArray Channel number, laser/nolaser (0,1), mean/std dev(0,1) Output: DevDouble Requested value |
Read mean value or standard desviation for a given channel with or without laser. |
Pipes:
Properties:
| Name | Description |
|---|---|
| HostNameDevString | Name of the host |
| PortNbDevLong | Port number |
| SimulationModeDevLong | 1 if simulation mode |
Please log in to comment.