| Device Properties |
| Property name |
Property type |
Description |
| DeviceAttributeNameX |
Tango::DEV_STRING |
Path to the attribute X of the device providing the X values of the spectrum. |
| DeviceAttributeNameY |
Tango::DEV_STRING |
Path to the attribute Y of the device providing the Y values of the spectrum. |
| DeviceAttributeNameSigma |
Tango::DEV_STRING |
Path to the attribute Sigma of the device providing the Sigma values of the spectrum. |
| UseSigma |
Tango::DEV_BOOLEAN |
This property indicate of sigma values are provided. |
| AutoSaveData |
Tango::DEV_BOOLEAN |
This porperty is used to define if the experimental data and the fitted data
must be saved after each fit
If this property is set to : true, the properties :
FilePath (path to the directory to save the data)
ExperimentalDataFileName (filename for the experimental data file)
FittedDataFileName (filename for the fitted data file)
each filename will be postfixed by a number to avoid losing an old file |
| FilePath |
Tango::DEV_STRING |
The path to the directory where to save the data |
| ExperimentalDataFileName |
Tango::DEV_STRING |
The filename to use to save the experimental data
This filename will be postfixed by _number.txt |
| FittedDataFileName |
Tango::DEV_STRING |
The filename to used to save the fitted data
This filename will be postfixed by _number.txt |