IWorkspace.SetMultipleChannelValues Method
- Updated2023-02-21
- 2 minute(s) read
Sets the values of multiple channels on the target.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Function SetMultipleChannelValues ( _ names As String(), _ values As Double() _ ) As Error |
C# |
---|
Error SetMultipleChannelValues( string[] names, double[] values ) |
Visual C++ |
---|
Error^ SetMultipleChannelValues( array<String^>^ names, array<double>^ values ) |
Parameters
- names
- Type:
System.String
The names of the channels. You must enter the full path to each channel as specified in the system definition file. For example:Targets/Controller/Simulation Models/Models/delay_random/Inports/In1
- values
- Type:
System.Double
The values to set.