Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AttributeCombiner
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Accelerators
Generic
AttributeCombiner
Commits
ed18ffef
Commit
ed18ffef
authored
Mar 05, 2018
by
Jean-Luc Pons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc update
parent
f651704b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
README.md
README.md
+19
-19
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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