WriteFloat¶
Doc Home > API Index > control > WriteFloat
Inheritance¶
sys::Obj sys::Virtual sys::Component control::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.
Fields¶
in¶
public property float in [summary, config]
input property, persisted as config property
out¶
public property float out [summary, readonly]
output property = in, runtime property
Methods¶
execute¶
public virtual override void execute()
Execute is called once every scan.
set¶
public action void set(float x)
action sets in to a value
setNull¶
public action void setNull()
action sets in to null
Doc Home > API Index > control > WriteFloat
Last update: April 28, 2020