IWorkspace.GetMultipleSystemNodesData Method
- Updated2023-02-21
- 2 minute(s) read
Gets information about multiple nodes in the system definition file.
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 GetMultipleSystemNodesData ( _ names As String(), _ <OutAttribute> ByRef infos As NodeInfo() _ ) As Error |
C# |
---|
Error GetMultipleSystemNodesData( string[] names, out NodeInfo[] infos ) |
Visual C++ |
---|
Error^ GetMultipleSystemNodesData( array<String^>^ names, [OutAttribute] array<NodeInfo^>^% infos ) |
Parameters
- names
- Type:
System.String
The names of the nodes. You must enter the full path to each node as specified in the system definition file. For example:Targets/Controller/Simulation Models/Models/delay_random/Inports/In1
- infos
- Type:
NationalInstruments.VeriStand.ClientAPI.NodeInfo
%
Information about the nodes. Refer to the NodeInfo class for more information about the types of data this parameter returns.