Sum1D (Node)
Sum 1D data over ranges
	| Context | Analysis | 
| Name Required? | No | 
| Branches | – | 
Overview
The Sum1D node is used to form summations over up to three defined regions of data produced by a 
    
    
        Process1D
    
 node.
Description
Once a 
    
    
        Process1D
    
 node has processed data into something meaningful the 
Sum1D node can perform a summation of that data over defined ranges, providing an averaged value of the quantity.
Note that, of the three ranges, the first (“A”) is always calculated.
Options
Source
| Keyword | Arguments | Default | Description | 
|---|---|---|---|
Instantaneous | 
          bool | 
          false | 
          Whether the processed data should reflect the accumulated average over the defined ranges (false) or the “instantaneous” value (true). | 
      
SourceData | 
          name | 
          – | Required Thename of a 
     | 
      
Ranges
| Keyword | Arguments | Default | Description | 
|---|---|---|---|
RangeA | 
          minmax | 
          0.03.0 | 
          First range to target. | 
RangeB | 
          minmax | 
          3.06.0 | 
          Second range to target. | 
RangeC | 
          minmax | 
          6.09.0 | 
          Third range to target. | 
RangeBEnabled | 
          bool | 
          false | 
          Whether the second range is enabled for calculation. | 
RangeCEnabled | 
          bool | 
          false | 
          Whether the third range is enabled for calculation. |