Parameters (EMI Category)
- Updated2023-03-14
- 1 minute(s) read
Requires: Control Design and Simulation Module
Use members of the Parameters category to modify parameters of an external model. When you use the External Model function in LabVIEW to represent and simulate an external model, the parameters that appear in the configuration dialog box of the External Model function correspond to the parameters of the model. You can use block diagram terminals or the configuration dialog box as the default source of these parameters.
| Function | Description |
|---|---|
| EMI_AddScalarParam | Adds a scalar parameter for an external model. |
| EMI_AddVectorParam | Adds a vector parameter for an external model. |
| EMI_GetNumberOfParams | Returns the number of parameters for an external model. |
| EMI_GetParam | Returns a pointer to a parameter of an external model. |
| EMI_GetParamName | Returns the name of a parameter for an external model. |
| EMI_GetParamSize | Returns the number of elements in a parameter. |