VeriStand .NET API Reference

IModelManager2.GetMultipleParameterValues Method (String, String[], Double[])

Gets the values of multiple model parameters present on the specified target.

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 GetMultipleParameterValues ( _
	target As String, _
	parameters As String(), _
	<OutAttribute> ByRef values As Double() _
) As Error
C#
Error GetMultipleParameterValues(
	string target,
	string[] parameters,
	out double[] values
)
Visual C++
Error^ GetMultipleParameterValues(
	String^ target, 
	array<String^>^ parameters, 
	[OutAttribute] array<double>^% values
)

Parameters

target
Type: System.String
The name of the target to query. This parameter expects the name of the target as specified in the system definition file. For example: Controller
parameters
Type: System.String
The names of the parameters for which to get values.
values
Type: System.Double %
The values of parameters.

Return Value

Returns an Error object. This method returns ComponentNotAvailable if the current configuration does not support parameter configuration. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience