Get SymbDimsId
from array of SymbDimsId
s
C, C++
SymbDimsId ssGetSymbolicDim(SimStruct *S, const SymbDimsId aSymbDimsId, const int_T aDimsIdx)
S
SimStruct representing an S-Function block.
aSymbDimsId
Unique integer corresponding to a symbolic dimension specification.
aDimsIdx
Array index
A unique SymbDimsId
.
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 Dimension Variants for S-Function Blocks.