Main Content
ssGetPath
Get the path of a block
Syntax
const char_T *ssGetPath(SimStruct *S)
Arguments
S
SimStruct that represents an S-function block or a Simulink® model.
Returns
A pointer (char_T *
) to a character vector containing the path
to a block.
Description
If S
is an S-Function block, this macro returns the full
Simulink path to the block. If S
is the root SimStruct of
the model, this macro returns the model name. In a C MEX S-function, in
mdlInitializeSizes
, if
strcmp(ssGetModelName(S),ssGetPath(S))==0
the S-function is being called from the MATLAB® command prompt and is not part of a simulation.
Languages
C, C++
See Also
Version History
Introduced before R2006a