meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
doc_recs3:software_interface [2021/08/16 08:51] – rename "baseBoard*" -> "baseboard*" bildoc_recs3:software_interface [2021/09/06 10:03] (current) – rename backplane attribute "position" to "rcuPosition" bil
Line 104: Line 104:
  
 <code xml><backplaneList> <code xml><backplaneList>
-<backplane position="1" id="RCU_84055620466592_BP_1" infrastructurePower="0.0">+<backplane rcuPosition="1" id="RCU_84055620466592_BP_1" infrastructurePower="0.0">
 <temperatures>24.0</temperatures> <temperatures>24.0</temperatures>
 <temperatures>25.0</temperatures> <temperatures>25.0</temperatures>
Line 150: Line 150:
 Example XML: Example XML:
  
-<code xml><backplane position="1" id="RCU_84055620466592_BP_1" infrastructurePower="0.0">+<code xml><backplane rcuPosition="1" id="RCU_84055620466592_BP_1" infrastructurePower="0.0">
 <temperatures>24.0</temperatures> <temperatures>24.0</temperatures>
 <temperatures>25.0</temperatures> <temperatures>25.0</temperatures>
Line 162: Line 162:
 ^ Attribute ^ Description ^ Unit ^ Data type ^ ^ Attribute ^ Description ^ Unit ^ Data type ^
 |''id'' |Unique ID for referencing the component|-|String| |''id'' |Unique ID for referencing the component|-|String|
-|''position'' |Position of the backplane in the RECS<sup>(r)</sup>%%|%%Box Computing Unit|-|Integer|+|''rcuPosition'' |Position of the backplane in the RECS<sup>(r)</sup>%%|%%Box Computing Unit|-|Integer|
 |''infrastructurePower'' |Power usage of the infrastructure components on the backplane|W|Double| |''infrastructurePower'' |Power usage of the infrastructure components on the backplane|W|Double|
 |''temperatures'' |List of temperatures measured on the backplane|°C|Double| |''temperatures'' |List of temperatures measured on the backplane|°C|Double|