ssGetCompOutputPortSymbolicDimsId
获取输出端口的已编译 SymbDimsId
语言
C、C++
语法
SymbDimsId ssGetCompOutputPortSymbolicDimsId(SimStruct *S, const int_T aPortIdx)
Arguments
S表示 S-Function 模块的 SimStruct。
aPortIdx输出端口的索引。
返回
与输出端口的符号维度对应的 SymbDimsId。
示例
有关如何使用此函数配置支持符号维度前向和后向传播的 S-Function 的示例,请参阅Configure Symbolic Dimensions for S-Function Blocks。
版本历史记录
在 R2016a 中推出