Main Content

Simulink.BlockCompInputPortData

Provide post-compilation information about block input port

Description

The software returns an instance of this class when a MATLAB® program, such as a Level-2 MATLAB S-function, invokes the InputPort method of a block runtime object after the model that contains 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