ssSetCompOutputPortSymbolicDimsId
Set compiled SymbDimsId of output port
Languages
C, C++
Syntax
void ssSetCompOutputPortSymbolicDimsId(SimStruct *S, const int_T aPortIdx, const SymbDimsId aSymbDimsId)
Arguments
- S
- SimStruct representing an S-function block. 
- aPortIdx
- Index of an output port. 
- aSymbDimsId
- Unique integer value corresponding to a symbolic dimension specification. 
Returns
This function does not return a value.
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