Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/InputOutput/ADLINK/RetrigAI
Contact:
Class Description
- Perform infinite retriggered analog input acquisition simultaneously on four channels.
- The device is available for boards SAI_2005 and SAI_2010.
Families: InputOutput
Key words: ADLINK
Language: Cpp
Contact:
Class interface
Attributes:
Name | Description |
---|---|
totalNbPointScalar: DevDouble | — |
dataCounterScalar: DevLong | — |
timeoutCounterScalar: DevLong | — |
overrunCounterScalar: DevLong | — |
errorCounterScalar: DevLong | — |
frequencyScalar: DevDouble | — |
bufferDepthScalar: DevDouble | — |
continuousAcquisitionScalar: DevBoolean | — |
generateNexusFileScalar: DevBoolean | — |
nexusFilePathScalar: DevString | — |
channel0Spectrum: DevDouble | — |
channel1Spectrum: DevDouble | — |
channel2Spectrum: DevDouble | — |
channel3Spectrum: DevDouble | — |
averageChannel0Spectrum: DevDouble | — |
averageChannel1Spectrum: DevDouble | — |
averageChannel2Spectrum: DevDouble | — |
averageChannel3Spectrum: DevDouble | — |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
StatusInput: DevVoid Output: DevString |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
StartInput: DevVoid Output: DevVoid |
Start acquisition. |
StopInput: DevVoid Output: DevVoid |
Stop acquisition. |
CalibrateInput: DevVoid Output: DevVoid |
Calibrate hardware. |
ResetInput: DevVoid Output: DevVoid |
Resets all channels data. |
Pipes:
Properties:
Name | Description |
---|---|
BoardTypeDevShort | The board type ( the possible values are SAI_2005, SAI_2010). |
BoardNumDevShort | The number of the board in the cPCI chassis (between 0 and 7). |
InputRange0DevShort | The input range for channel 0 ( possible values are B_10, B_5, B_2_5, B_1_25, U_10, U_5, U_2_5, U_1_25 ). |
InputRange1DevShort | The input range for channel 1 ( possible values are B_10, B_5, B_2_5, B_1_25, U_10, U_5, U_2_5, U_1_25 ). |
InputRange2DevShort | The input range for channel 2 ( possible values are B_10, B_5, B_2_5, B_1_25, U_10, U_5, U_2_5, U_1_25 ). |
InputRange3DevShort | The input range for channel 3 ( possible values are B_10, B_5, B_2_5, B_1_25, U_10, U_5, U_2_5, U_1_25 ). |
TimeoutDevDouble | The time to wait for incoming data before generating a timout. In seconds. |
TriggerModeDevShort | The trigger mode. Can be a POST trigger and data is acquired just after the received trigger. Can be a DELAY trigger and data is acquired after a certain delay. |
TriggerSourceDevShort | To choose analog (ATRIG) or digital trigger(DTRIG). |
ATRIGSelectionDevShort | To select the type of analog trigger. The trigger can be generated when the analog trigger passes below a level or above a level. The possible values are BELOWand ABOVE. |
ATRIGLevelDevDouble | The level of the analog trigger in volts. |
DTRIGPolarityDevShort | The digital level polarity. It can be detected on rising edge or falling edge. The possible values are RISING or FALLING. |
DelayDevDouble | The delay after a Delay trigger in seconds. |
ConversionSourceDevShort | Set the AI conversion signal source (i.e. DAC sampling source). Use one of the following: INTERNAL, EXTSAMPLING. |
AutoStartDevBoolean | Start the acquisition when starting the device. |
ContinuousAcquisitionDevBoolean | Allows the acquisition to run indefinitely. |
MemorizedGenerateNexusFileDevBoolean | Allows storage of acquired data into Nexus files. |
MemorizedNexusFilePathDevString | Contains the last value of the nexusFilePath attribute. [default value =d:\\target] |
Please log in to comment.
Generated
README
b'//-============================================================\n//\n// This class has been generated by POGO\n// (Program Obviously used to Generate tango Object)\n//\n// (c) - Software Engineering Group - ESRF\n//=============================================================\n\n\nFiles generated:\n===============\nRetrigAI.cpp: Source code for the RetrigAI class and its commands.\n This class is derived from DeviceImpl_2 class.\n It represents the CORBA servant obbject which\n will be accessed from the network.\n All commands which can be executed on the\n RetrigAI are implemented in this file.\n\nRetrigAI.h: Include for the RetrigAI class.\n Server class prototypes and descriptions.\n\nRetrigAIClass.cpp: A singleton class derived fromRetrigAI.\n It implements the command list and all properties\n and methods required by the RetrigAI once per process\n\nRetrigAIClass.h:\tInclude for the RetrigAIClass root class.\n This class is represents the singleton class for\n the RetrigAI device class.\n It contains all properties and methods which the \n RetrigAI requires only once e.g. the commands.\n\nmain.cpp:\t\tC++ source for a TANGO device server main.\n The main rule is to initialise (and create) the Tango\n system and to create the DServerClass singleton.\n The main should be the same for every Tango device server.\n\nClassFactory.cpp:\tC++ source for the class_factory method of the DServer\n device class. This method is responsible to create\n all class singletin for a device server. It is called\n at device server startup\n'