sys::Obj sys::Virtual sys::Component types::WriteFloat
public class WriteFloat
[niagaraIcon="module://icons/x16/control/numericPointWr.png"]
WriteFloat can be used to link or set a float. If in is unlinked, in values can be set by actions.
public property float in [summary, config]
input property, persisted as config property
public property float out [summary, readonly]
output property = in, runtime property
public virtual override void execute()
Execute is called once every scan.
public action void set(float x)
action sets in to a value
public action void setNull()
action sets in to null