DIAdem Help

Variable: ReductionType

  • Updated2024-09-12
  • 1 minute(s) read

Variable: ReductionType

Specifies the data reduction method. You can select several reduction methods simultaneously. DIAdem creates a new data channel for each reduction method.

Definition DataType, Integer variable
1 <= ReductionType <= 15

DIAdem moves a window over the data channel step-by-step, and loads values from each interval, according to the selected loader: 1. value, minimum, maximum, or arithmetic mean.

Note  The ReductionType variable can accept one of the values that results from the bitwise comparison (Or operator) of the following constant values: eInterFirstValue (1), eInterMinimum (2), eInterMaximum (4), eInterMeanValue (8)
Note  DIAdem creates a new data channel for each reduction method. To do this, DIAdem appends the following text to the original channel name:
Reduction methodConstantChannel name suffix
1. ValueeInterFirstValue (1)_Sample
MinimumeInterMinimum (2)_Min
MaximumeInterMaximum (4)_Max
Arithmetic meaneInterMeanValue (8)_Mean

Used by

Command: DataFileLoadRed | Program Variables in Commands | Reduced Loading of Channels

Log in to get a better experience