VeriStand .NET API Reference

SetVariable.Function Property

Gets or sets the function (add, subtract, multiply, or divide) to use on the two values that determine the value to set on the Variable channel.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Function As SetVariableStepFunction
C#
public SetVariableStepFunction Function { get; set; }
Visual C++
public:
property SetVariableStepFunction Function {
	SetVariableStepFunction get ();
	void set (SetVariableStepFunction value);
}

Property Value

An enumeration value of SetVariableStepFunction.

See Also

Log in to get a better experience