Get the path of a block
const char_T *ssGetPath(SimStruct *S)
S
SimStruct representing an S-function block or a Simulink® model.
A pointer (char_T *
) to a character vector containing the path
to a block.
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.
C, C++