Main Content

ssGetCompOutputPortSymbolicDimsId

Get compiled SymbDimsId of output port

Languages

C, C++

Syntax

SymbDimsId ssGetCompOutputPortSymbolicDimsId(SimStruct *S, const int_T aPortIdx)

Arguments

S

SimStruct representing an S-Function block.

aPortIdx

Index of an output port.

Returns

SymbDimsId corresponding to symbolic dimensions of an output port.

Example

For an example of how to use this function to configure an S-function that supports forward and backward propagation of symbolic dimensions, see Configure Symbolic Dimensions for S-Function Blocks.

Version History

Introduced in R2016a