Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/OtherInstruments/MHzDAQp01Channel
Contact:
Class Description
Channel of the MHz DAQ System
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. |
DescriptionScalar: DevString | — |
MeanValueScalar: DevDouble | — |
StdDevValueScalar: DevDouble | Standard deviation |
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 |
Pipes:
Properties:
Name | Description |
---|---|
SimulationModeDevLong | 1 if simulation mode |
DAQDeviceDevString | Name of the Tango Device connecting to the TCP Server (classMHz DAQp01) |
ChannelDevLong | Channel number |
LaserFlagDevLong | 0 -> laser, 1 -> no laser |
Please log in to comment.