Main Content
ssGetBlockDiagramName
Get the name of Simulink model the S-Function is in
Since R2022b
Syntax
const char_T *ssGetBlockDiagramName(SimStruct *S)
Arguments
S
SimStruct that represents an S-Function block.
Returns
A pointer to a character vector that specifies the name of the Simulink® model that houses the S-Function associated with
SimStruct
S
.
Description
Use to determine the name of the Simulink model that houses the S-Function.
Languages
C, C++
See Also
Version History
Introduced in R2022b