VeriStand .NET API Reference

Table of Contents

IWorkspace.GetMultipleSystemNodesData Method

Gets information about multiple nodes in the system definition file.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: 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.

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience