This is historical information of device classes implemented in AvantesSpectrometer device server.
Use this link to find the valid information.
Development status:
New development
Information status: Updated
Contact:
Class Description
Control of the Avantes Spectrometer
Families: Acquisition
Key words:
Platform: Unix Like
Language: Cpp
License: GPL
Contact:
Hardware
Manufacturer: Avantes
Bus: USB
Class interface
Attributes:
Name | Description |
---|---|
StartPixelScalar: DevLong | Starting pixel for data read out, min. value 0. |
StopPixelScalar: DevLong | End pixel for data readout, max. value NumberOfPixels -1 |
IntegrationTimeScalar: DevDouble | Integration time in milliseconds |
TriggerModeScalar: DevLong | Trigger mode: 0 = Software, 1 = Hardware, 2 = Single Scan |
TriggerSourceScalar: DevLong | Trigger Source: 0 = external trigger, 1 = sync input |
TriggerSourceTypeScalar: DevLong | Trigger source type: 0 = edge trigger, 1 = level trigger |
FileDirScalar: DevString | directory path to store spectra files in - the directory must exist - the server will check if the user running the server has write permissions for this directory, if not, the device will go to state fault / throw an exception - the attribute is memorized (last written value stored in tango db and read from there at server startup) |
FilePrefixScalar: DevString | String prefixed to file names (memorized attribute). Only supported format is hdf5, files will have extension `h5`. |
FileStartNumScalar: DevULong | Start number for files: - incremented after every file - range 0 - 999999 |
FileSavingScalar: DevBoolean | if set to true, acquired spectra will be saved to files. Can be set / reset during acquisition. |
DarkSpectrumFileScalar: DevString | Absolute pathname of the h5 file containing the dark spectrum correction data (cf. command GetDarkSpectrum). The file has to exist and has to be readable by the owner of the server process. If the attribute is an empty string, a buffer with all elements set to 0 will be used for data correction. |
BrightSpectrumFileScalar: DevString | Absolute pathname of the h5 file containing the bright spectrum correction data (cf. command GetBrightSpectrum). The file has to exist and has to be readable by the owner of the server process. If the attribute is an empty string, a buffer with all elements set to 1 will be used for data correction. |
LastWrittenFileScalar: DevString | Absolute pathname of the last successfully written file. |
SpectraWrittenScalar: DevULong | Number of spectra successfully written to files (is reset at file open). |
SpectraPerFileScalar: DevULong | Max. number of spectra written to one file. A new file will be created whenever this value is surpassed. 0 means all frames go into one file. |
SpectraToWriteScalar: DevULong | Number of spectra to write to files(s). After this many spectra were written file saving will stop. |
NumberOfPixelsScalar: DevLong | The max. number of pixels which can be read from this device. |
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. |
StartAcquisitionInput: DevVoid Output: DevVoid |
— |
StopAcquisitionInput: DevVoid Output: DevVoid |
— |
GetDarkSpectrumInput: DevString Output: DevVoid |
Read dark spectrum and store it in file given as input argument. Data from the file will be read and used immediately, the file name will be written to attribute DarkSpectrumFile. Set StartPixel/StopPixel to their min./max. values before calling this command (StartPixel = 0, StopPixel = NumberOfPixels - 1). |
GetBrightSpectrumInput: DevString Output: DevVoid |
Read bright spectrum and store it in file given as input argument. Data from the file will be read and used immediately, the file name will be written to attribute BrightSpectrumFile. Set StartPixel/StopPixel to their min./max. values before calling this command (StartPixel = 0, StopPixel = NumberOfPixels - 1). |
Pipes:
Properties:
Name | Description |
---|---|
SerialNumberDevString | Serial number of the spectrometer to connect to |
3 Sep 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
27 Aug 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
20 Aug 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
13 Aug 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
6 Aug 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
30 Jul 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
23 Jul 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
16 Jul 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
9 Jul 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
2 Jul 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
25 Jun 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
18 Jun 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
11 Jun 2022, DS Admin
Updated:
The device class has been updated.
You are looking at this version now.
4 Jun 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
30 May 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
28 May 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
21 May 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
14 May 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
7 May 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
30 Apr 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
23 Apr 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
16 Apr 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
9 Apr 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
2 Apr 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
26 Mar 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
19 Mar 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
12 Mar 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
5 Mar 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
26 Feb 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
19 Feb 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
12 Feb 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
5 Feb 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
29 Jan 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
22 Jan 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
15 Jan 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
8 Jan 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
1 Jan 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
25 Dec 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
18 Dec 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
11 Dec 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
4 Dec 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
27 Nov 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
20 Nov 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
13 Nov 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
6 Nov 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
30 Oct 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
23 Oct 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
16 Oct 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
9 Oct 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
2 Oct 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
25 Sep 2021, DS Admin
Created:
The device class has been added to catalogue.
Updated:
The device class has been updated.
You can see previous version here .
27 Aug 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
20 Aug 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
13 Aug 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
6 Aug 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
30 Jul 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
23 Jul 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
16 Jul 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
9 Jul 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
2 Jul 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
25 Jun 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
18 Jun 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
11 Jun 2022, DS Admin
Updated:
The device class has been updated.
You are looking at this version now.
4 Jun 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
30 May 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
28 May 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
21 May 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
14 May 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
7 May 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
30 Apr 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
23 Apr 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
16 Apr 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
9 Apr 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
2 Apr 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
26 Mar 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
19 Mar 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
12 Mar 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
5 Mar 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
26 Feb 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
19 Feb 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
12 Feb 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
5 Feb 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
29 Jan 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
22 Jan 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
15 Jan 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
8 Jan 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
1 Jan 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
25 Dec 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
18 Dec 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
11 Dec 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
4 Dec 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
27 Nov 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
20 Nov 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
13 Nov 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
6 Nov 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
30 Oct 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
23 Oct 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
16 Oct 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
9 Oct 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
2 Oct 2021, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
25 Sep 2021, DS Admin
Created:
The device class has been added to catalogue.
Added by:dadmin
on:11 Jun 2022, 2:44 a.m.