SetVariable.Function Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
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.SystemDefinitionAPIAssembly: 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); } |