Provide postcompilation information about block output port
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 after the model containing the block has been compiled.
None
Name | Description |
---|---|
Specifies whether an output port's memory is reusable. |
Specifies whether an output port's memory is reusable. Options
are: NotReusableAndGlobal
and ReusableAndLocal
.
character vector
RW
for MATLAB S
functions, RO
for other blocks.