VeriStand .NET API Reference

Procedure.AddNewCondition Method

NameDescription
AddNewCondition(String, String, BaseNode, ConditionStepComparison, BaseNode, Command) Adds a new Condition step. This step compares Variable to Value and, if the Comparison condition is met, jumps to the procedure step specified by GotoLabel. This method uses a channel to specify the Value parameter.
AddNewCondition(String, String, BaseNode, ConditionStepComparison, Double, Command) Adds a new Condition step. This step compares Variable to Value and, if the Comparison condition is met, jumps to the procedure step specified by GotoLabel. This method uses a constant to specify the Value parameter.

See Also

Log in to get a better experience