Condition.SetValue Method (Double)
- Updated2023-02-21
- 2 minute(s) read
Sets the constant value to compare with 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 Sub SetValue ( _ Value As Double _ ) |
| C# |
|---|
public void SetValue( double Value ) |
| Visual C++ |
|---|
public: void SetValue( double Value ) |
Parameters
- Value
- Type: System.Double
The constant value to compare with Variable.