Simulink Reference Previous page   Next Page
Simulink.BlockCompOutputPortData

Provides postcompilation information about a block output 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 OutputPort 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
Reusable
True if this port has direct feedthrough.

Properties


Reusable

Description:   Specifies whether an output port's memory is reusable. Options are: NotReusableAndGlobal and ReusableAndLocal.

Data Type:   string

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


Previous page  Simulink.BlockCompInputPortData  Simulink.BlockData Next page

© 1994-2005 The MathWorks, Inc.