Main Content

Simulink.BlockCompInputPortData

Provide postcompilation 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 after the model containing the block has been compiled.

Children

None

Property Summary

Name

Description

DirectFeedthrough

True if this port has direct feedthrough.

Overwritable

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