EMI_GetNumberOfInputs (EMI Function)
- Updated2023-03-14
- 1 minute(s) read
EMI_GetNumberOfInputs (EMI Function)
Owning Class: Inputs
Requires: Control Design and Simulation Module
Prototype
unsigned int EMI_GetNumberOfInputs(emiRef model);
Description
Returns the number of inputs for an external model.
Inputs
| Name | Description |
|---|---|
| model | Specifies a reference to the external model. Use this reference as an input to other EMI functions. Do not modify model directly. |
Return Value
Returns the number of inputs for the model.
Examples
unsigned int numInputs = EMI_GetNumberOfInputs(model);