emiFeedthroughType (EMI Data Type)
- Updated2023-03-14
- 1 minute(s) read
emiFeedthroughType (EMI Data Type)
Owning Class: Data Types
Requires: Control Design and Simulation Module
Description
emiFeedthroughType is a data type that specifies whether an output of an external model has direct or indirect feedthrough. This data type does not support the case in which some but not all of the inputs feed directly to an output.
Valid Values
| Value | Description |
|---|---|
| EMI_Feedthrough_Direct | Specifies that the inputs of an external model feed directly to the output. If an output has direct feedthrough, the model cannot compute the output without the value of all inputs. You therefore cannot create a feedback cycle between the output and any of the inputs. |
| EMI_Feedthrough_Indirect | Specifies that the inputs of an external model feed indirectly to the output. If an output has indirect feedthrough, the model can compute the output without receiving the value of any of the inputs. You therefore can create a feedback cycle between the output and any of the inputs. |