IModelManager Members
- Updated2023-02-21
- 4 minute(s) read
The IModelManager type exposes the following members.
| Name | Description | |
|---|---|---|
| GetModelList |
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 |
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 |
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 |
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 |
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. | |
| SetMultipleParameterValues |
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. | |
| SetParameterVectorValues |
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 |
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. |