VeriStand .NET API Reference

Procedure.AddNewSetVariable Method

NameDescription
AddNewSetVariable(String, String, BaseNode, BaseNode) Adds a new SetVariable step that sets the value of the Variable channel to the value of the Value channel.
AddNewSetVariable(String, String, BaseNode, Double) Adds a new SetVariable step that sets the value of the Variable channel to the constant Value.
AddNewSetVariable(String, String, BaseNode, SetVariableStepFunction, BaseNode, BaseNode) Adds a new SetVariable step that performs the Function you specify on Value1 and Value2 and sets the value of the Variable channel to the result. This method uses channels for the values of Value1 and Value2.
AddNewSetVariable(String, String, BaseNode, SetVariableStepFunction, BaseNode, Double) Adds a new SetVariable step that performs the Function you specify on Value1 and Value2 and sets the value of the Variable channel to the result. This method uses a channel for the value of Value1 and a constant for Value2.
AddNewSetVariable(String, String, BaseNode, SetVariableStepFunction, Double, BaseNode) Adds a new SetVariable step that performs the Function you specify on Value1 and Value2 and sets the value of the Variable channel to the result. This method uses a constant for the value of Value1 and a channel value for Value2.
AddNewSetVariable(String, String, BaseNode, SetVariableStepFunction, Double, Double) Adds a new SetVariable step that performs the Function you specify on Value1 and Value2 and sets the value of the Variable channel to the result. This method uses constants for the values of Value1 and Value2.

See Also

Log in to get a better experience