Writing S-Functions | ![]() ![]() |
Get the parent of a SimStruct
.
Syntax
SimStruct *ssGetParentSS(SimStruct *S)
Arguments
S
SimStruct representing an S-function block or a Simulink model.
Description
Returns the parent SimStruct
of S
, or NULL
if S
is the root SimStruct
.
Languages
See Also
ssGetRoot
![]() | ssGetPath | ssGetPlacementGroup | ![]() |