Main Content
Simulink.BlockPreCompOutputPortData
Provide precompilation information about block output port
Description
Simulink® software returns an instance of this class when a MATLAB® program, e.g., a Level-2 MATLAB S-function, invokes the OutputPort method of a block's run-time object before the model containing the block has been compiled.
Parent
Children
none
Property Summary
Name | Description |
---|---|
Specifies whether an output port's memory is reusable. |
Properties
Reusable
Description
Specifies whether an output port's 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