Ace Dynamic Comp Index  June 2020
Niagara-4.9
control::Limiter Class Reference

Detailed Description

Limits input between two configured values If (in < lowLmt), out = lowLmt else if (in > highLmt), out = highLmt else out = in

Properties


status_double out

Facets: @readonly @summary

status_double in

Facets: @input @summary

double lowLmt

Facets: @config

double highLmt

Facets: @config