Simulink Reference Previous page   Next Page
Simulink.BlockCompInputPortData

Provides postcompilation information about a block input port.

Description

Simulink returns an instance of this class when an M-file program, e.g., a Level-2 M-file S-function, invokes the InputPort method of a block's runtime object after the model containing the block has been compiled.

Parent

Simulink.BlockPortData

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 M-file S functions, RO for other blocks.



Overwritable

Description:   True if this input port is overwritable.

Data Type:   boolean

Access:   RW for M-file S functions, RO for other blocks.


Previous page  Simulink.BlockCompDworkData Simulink.BlockCompOutputPortData Next page

© 1994-2005 The MathWorks, Inc.