Main Content
ssIsExternalSim
Determine if the model is running in external mode.
Syntax
boolean_T ssIsExternalSim(SimStruct *S)
Arguments
S
SimStruct that represents an S-Function block.
Returns
The Boolean value true
if the model is running in external
mode. Returns false
otherwise. Note: if ssGetSimMode returns
“external”, the result is identical to that of ssIsExternalSim.
Description
Use this macro in an S-function to determine whether the model is currently running in external mode.
Languages
C, C++
See Also
ssRTWGenIsModelReferenceRTWTarget,
ssRTWGenIsModelReferenceSimTarget,
ssRTWGenIsCodeGen,
ssRTWGenIsAccelerator,
ssGetSimMode
Version History
Introduced in R2011b