Main Content
ssGetSolverName
Get the name of the solver being used to solve the S-function
Syntax
char_T *ssGetSolverName(SimStruct *S)
Arguments
S
SimStruct that represents an S-Function block or a Simulink® model.
Returns
A pointer (char_T *
) to the name of the solver being
used.
Description
Use in any routine after mdlInitializeSampleTimes
to return the
name of the solver being used to solve the S-function or model represented by
S
.
Languages
C, C++
See Also
Version History
Introduced before R2006a