Writing S-Functions | ![]() ![]() |
Get the name of the placement group of a block.
Syntax
const char *ssGetPlacementGroup(SimStruct *S)
Arguments
S
SimStruct representing an S-function block or a Simulink model. The block must be either a source block (i.e., a block without input ports) or a sink block (i.e., a block without output ports).
Description
Use this macro in mdlInitializeSizes
to get the name of this block's placement group.
Languages
See Also
ssGetPlacementGroup
![]() | ssGetParentSS | ssGetPWork | ![]() |