Outputs (EMI Category)
- Updated2023-03-14
- 1 minute(s) read
Requires: Control Design and Simulation Module
Use members of the Outputs category to modify outputs of an external model. When you use the External Model function in LabVIEW to represent and simulate an external model, the block diagram outputs of the External Model function correspond to the outputs of the model.
| Function | Description |
|---|---|
| EMI_AddScalarOutput | Adds a scalar output for an external model. |
| EMI_AddVectorOutput | Adds a vector output for an external model. |
| EMI_GetNumberOfOutputs | Returns the number of outputs for an external model. |
| EMI_GetOutput | Returns a pointer to an output of an external model. |
| EMI_GetOutputFeedthrough | Returns the feedthrough behavior of an output. |
| EMI_GetOutputName | Returns the name of an output for an external model. |
| EMI_GetOutputSize | Returns the number of elements in an output. |