| SS_NRSwJC Input | Description |
| Enable | Enable Solver |
| f(x) | Output of plant to be solved for, (nx1 vector consisting of all plant outputs or dependents) |
| SS_NRSwJC Output | Description |
| X | Input to plant to be solved for, (nx1 vector consisting of all plant inputs or independents)
Initial value will be set as the initial conditions |
| S_Data | Solver internal calculation Data, 2x1 vector including:
- Converged - Solver Conditions have been met - J - Calculated Jacobian Matrix |
| SS_NRSwJC Mask Variable | Description |
| SJac_Per_M | Jacobian Perturbation size (nx1) |
| SNR_IC_M | Newton Raphson Initial Conditions (nx1) |
| SNR_DX_M | Newton Raphson delta x limiter (%)(1x1) |
| SJacobianAttempts_M | Newton Raphson attempts before the Jacobian recalculation (1x1) |
| Cond_Limits_M | Iteration Conditions Limits (nx1 or 1x1) |