Simulink.BlockPreCompInputPortData
Provide precompilation information about block input port
Description
Simulink® software returns an instance of this class when a MATLAB® program, e.g., a Level-2 MATLAB S-function, invokes the InputPort method of a block's run-time object before the model containing the block has been compiled.
Parent
Children
None
Property Summary
Name | Description |
---|---|
True if this port has direct feedthrough. | |
True if this port is overwritable. |
Properties
DirectFeedthrough
Description
True if this input port has direct feedthrough.
Data Type
Boolean
Access
RW
for MATLAB S
functions, RO
for other blocks
Overwritable
Description
True if this input port is overwritable.
Data Type
Boolean
Access
RW
for MATLAB S
functions, RO
for other blocks
Version History
Introduced before R2006a