sys::Obj sys::Virtual sys::Component control::FloatOffset
public class FloatOffset
[niagaraIcon="module://icons/x16/control/math/add.png"]
FloatOffset: adds an offset value to the input value
out = in + offset
public property float in
input value
public property float offset [config]
constant value to add to the input to get output
public property float out [readonly]
out = in + offset
public virtual override void execute()
Execute is called once every scan.