Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/InputOutput/ADAS/Cpci1150
Contact:
Class Description
Families: Miscellaneous
Key words:
Platform: All Platforms
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: ADAS
Product:
CPCI 1150
Bus: Compact PCI
Class interface
Attributes:
Name | Description |
---|---|
spectrum_acqX_ChaYSpectrum: DevFloat | — |
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 |
Start acquisition |
StopInput: DevVoid Output: DevVoid |
Stop acquisition |
ResetInput: DevVoid Output: DevVoid |
Reset the board |
GlobalReadInput: DevVoid Output: DevVoid |
Lauch an acquisition. Only available in SCAN mode. |
GetBufferInput: DevVoid Output: DevVoid |
Get the buffer with the read values Only available in PCI mode. |
ResetCounterInput: DevVoid Output: DevVoid |
Reset the count of interrupts. Only available in SYN and PCI mode |
Pipes:
Properties:
Name | Description |
---|---|
ConfigPatternArray of DevString | Configuration of the channel pattern. First parameter of each string is the channel to configure. Second parameter is the etxremum value for the voltage scale of the configured channel. Must be `10V`, `5V`, `2.5V` or `1.25V`. |
ModeDevString | Define the general mode. Must be `SCAN`, `SYN` or `PCI` |
TriggerDevString | Define the signal used to trigger the acquisitions. Required for SYN and PCI mode. Must be `Timer`, `LEMO`, or `PXI` |
SampleRateDevUShort | Default frequency of the timer. Required for SCAN mode and Timer trigger. The maximum value depends on both resolution and oversampling. See the table. |
ResolutionDevString | Number of bits for the sample. Increasing resolution lowers the maximum sample rate. Must be `12bits`, `14bits` or `16bits` |
OversamplingDevUShort | Define the oversampling value. Must be 0, 2, 4, 8 or 16 |
PolarityDevString | Define the polarity of the channel. Use `Uni` for single-wire use. Use `Dif` for differential use. |
FormatArray of DevString | Define the format of the output data file. Required for STREAM mode. Use `CSV` or `HDF5`. |
BasenameArray of DevString | Define the basename of the output data file. Required for STREAM mode. Use only `-`, `_` and alphanumeric characters The actual file name is completed with date, time and extention. |
Please log in to comment.