Inputs (EMI Category)
- Updated2023-03-14
- 1 minute(s) read
Requires: Control Design and Simulation Module
Use members of the Inputs category to modify inputs of an external model. When you use the External Model function in LabVIEW to represent and simulate an external model, the block diagram inputs of the External Model function correspond to the inputs of the model.
| Function | Description |
|---|---|
| EMI_AddScalarInput | Adds a scalar input for an external model. |
| EMI_AddVectorInput | Adds a vector input for an external model |
| EMI_GetInput | Returns a pointer to an input of an external model. |
| EMI_GetInputName | Returns the name of an input for an external model. |
| EMI_GetInputSize | Returns the number of elements in an input. |
| EMI_GetNumberOfInputs | Returns the number of inputs for an external model. |