Writing S-Functions | ![]() ![]() |
Get the absolute tolerance used by the model's variable step solver for a specified state.
Syntax
real_T ssGetStateAbsTol(SimStruct *S, int_T state)
Arguments
S
SimStruct representing an S-function block.
Description
Use in mdlStart
to get the absolute tolerance for a particular state.
Languages
See Also
ssGetAbsTol, ssIsVariableStepSolver
![]() | ssGetSolverName | ssGetT | ![]() |