LowpassKEnabled
| LowpassKEnabled is a simplified PT1 function with gain constant K (low pass filter). It must be enabled explicitly. |
Methods | Arguments | Return Value |
reset | initValue::continuous initEnable::logical | none |
compute | in::continuous K::continuous enable::logical | none |
out | none | continuous |
On activation of method
Reset
If initEnable is TRUE, the lowpass value is set to initValue.
Compute
If enable is TRUE, the lowpass is computed via lowpass (new) = lowpass (old)+ (in – lowpass (old) ) * dT* K.
Out
The lowpass value is returned.
