Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Accelerators
Generic
AttributeCombiner
Commits
ed18ffef
Commit
ed18ffef
authored
Mar 05, 2018
by
Jean-Luc Pons
Browse files
Doc update
parent
f651704b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ed18ffef
...
...
@@ -9,25 +9,25 @@ Here is the description of the device properties:
**AttributeList**
List of attributes (9 fields per line)
Name;Attribute list;Type;IsRW;IsSpectrum;IsGrouped;Length;Expert
*Name*
: Attribute Name
*Attribute list*
: Attribute name list to combine (coma separated)
*Type*
: Type of the above Atttribute(s)
*IsRW*
: Read write flag
*IsSpectrum*
: true if attribute(s) is(are) a spectrum
*isGrouped*
: Group all attributes to a single one (scalar only)
*Length*
: Name of the self lenght attribute for combined spectrum, can also be a constant, 'None' otherwise.
*Expert*
: Expert view (true or false)
*Alarm*
: Set alarm if value are not all equal (true or false) for grouped attribute
Example:
T1TrigSource;T1TrigSource;DevLong64;true;false;true;None;false;true
SAHistoryEnable;SAHistoryEnable;DevBoolean;true;false;true;None;false;true
SAHistoryLength;SAHistoryLength;DevULong;true;false;true;None;false;true
Losses;SaA,SaB,SaC,SaD;DevLong;false;false;false;None;false;false
InjLosses;AvgSum;DevLong;false;true;false;4;false;false
Adc;AdcA,AdcB,AdcC,AdcD;DevShort;false;true;false;AdcLength;false;false
Name;Attribute list;Type;IsRW;IsSpectrum;IsGrouped;Length;Expert
<br/>
*Name*
: Attribute Name
<br/>
*Attribute list*
: Attribute name list to combine (coma separated)
<br/>
*Type*
: Type of the above Atttribute(s)
<br/>
*IsRW*
: Read write flag
<br/>
*IsSpectrum*
: true if attribute(s) is(are) a spectrum
<br/>
*isGrouped*
: Group all attributes to a single one (scalar only)
<br/>
*Length*
: Name of the self lenght attribute for combined spectrum, can also be a constant, 'None' otherwise.
<br/>
*Expert*
: Expert view (true or false)
<br/>
*Alarm*
: Set alarm if value are not all equal (true or false) for grouped attribute
<br/>
Example:
<br/>
T1TrigSource;T1TrigSource;DevLong64;true;false;true;None;false;true
<br/>
SAHistoryEnable;SAHistoryEnable;DevBoolean;true;false;true;None;false;true
<br/>
SAHistoryLength;SAHistoryLength;DevULong;true;false;true;None;false;true
<br/>
Losses;SaA,SaB,SaC,SaD;DevLong;false;false;false;None;false;false
<br/>
InjLosses;AvgSum;DevLong;false;true;false;4;false;false
<br/>
Adc;AdcA,AdcB,AdcC,AdcD;DevShort;false;true;false;AdcLength;false;false
<br/>
**AttributeRefList**
List of attribute that are just R/W memory (May be use for reference attribute)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment