Get the number of dimensions for SymbDimsId
C, C++
size_t ssGetNumSymbolicDims(SimStruct *S, const SymbDimsId aSymbDimsId)
S
SimStruct representing an S-Function block.
aSymbDimsId
Unique integer value corresponding to a symbolic dimension specification.
The number of dimensions for a 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.