Main Content

Simulink.BlockCompOutputPortData

Provide post-compilation information about block output port

Description

The software returns an instance of this class when a MATLAB® program, such as a Level-2 MATLAB S-function, invokes the OutputPort method of a block runtime object after the model that contains the block has been compiled.

Children

None

Property Summary

Name

Description

Reusable

Specifies whether memory of an output port is reusable.

Properties

Reusable

Description

Specifies whether output port memory is reusable. Options are: NotReusableAndGlobal and ReusableAndLocal.

Data Type

character vector

Access

RW for MATLAB S-functions, RO for other blocks.

Version History

Introduced before R2006a