SetMultipleVariables.Values Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets the values to which this step sets the specified Channels.
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 Overridable ReadOnly Property Values As Double() |
| C# |
|---|
public virtual double[] Values { get; } |
| Visual C++ |
|---|
public: virtual property array<double>^ Values { array<double>^ get (); } |
Property Value
The array of constant values applied to the Channels.
Remarks
This property is read-only. Use the constructor for this class or the SetChannelsAndValues method to set the channels this step configures.