VeriStand .NET API Reference

IModelManager2 Methods

The IModelManager2 type exposes the following members.

NameDescription
GetModelList
Overloaded. This method is deprecated in NI VeriStand 2010 and later. Use the GetModelList method of the IModelManager2 interface instead.

Gets a list of all the models running on the first target. You must use the GetModelList method of the IModelManager2 interface if you want to specify one of multiple targets.

GetMultipleParameterValues
Overloaded. This method is deprecated in NI VeriStand 2010 and later. Use the GetMultipleParameterValues method of the IModelManager2 interface instead.

Gets the values of multiple model parameters present on the first target. You must use the GetMultipleParameterValues method of the IModelManager2 interface if you want to specify one of multiple targets.

GetParametersList
Overloaded. This method is deprecated in NI VeriStand 2010 and later. Use the GetParametersList method of the IModelManager2 interface instead.

Gets a list of all the model parameters present on the first target. You must use the GetParametersList method of the IModelManager2 interface if you want to specify one of multiple targets.

GetParameterVectorValues
Overloaded. This method is deprecated in NI VeriStand 2010 and later. Use the GetParameterVectorValues method of the IModelManager2 interface instead.

Gets the vector values for a model parameter present on the first target. You must use the GetParameterVectorValues method of the IModelManager2 interface if you want to specify one of multiple targets.

GetSingleParameterValue
Overloaded. This method is deprecated in NI VeriStand 2010 and later. Use the GetSingleParameterValue method of the IModelManager2 interface instead.

Gets the value of a single model parameter present on the first target. You must use the GetSingleParameterValue method of the IModelManager2 interface if you want to specify one of multiple targets.

RegisterForParameterValueChange Registers a delegate for a change in a particular model parameter.
SetMultipleParameterValues
Overloaded. This method is deprecated in NI VeriStand 2010 and later. Use the SetMultipleParameterValues method of the IModelManager2 interface instead.

Sets the values of multiple model parameters present on the first target. You must use the SetMultipleParameterValues method of the IModelManager2 interface if you want to specify one of multiple targets.

SetParameterValues Sets the values of multiple model parameters present on the specified execution host.
SetParameterVectorValues
Overloaded. This method is deprecated in NI VeriStand 2010 and later. Use the SetParameterVectorValues method of the IModelManager2 interface instead.

Sets the vector values for a model parameter present on the first target. You must use the SetParameterVectorValues method of the IModelManager2 interface if you want to specify one of multiple targets.

SetSingleParameterValue
Overloaded. This method is deprecated in NI VeriStand 2010 and later. Use the SetSingleParameterValue method of the IModelManager2 interface instead.

Sets the value of a single model parameter present on the first target. You must use the SetSingleParameterValue method of the IModelManager2 interface if you want to specify one of multiple targets.

UnregisterForParameterValueChange Unregisters a delegate for a change in a particular model parameter.
UpdateParametersFromFile Updates a set of model parameters using parameter values stored in a set of files.

See Also