| NRS Input | Description |
| Enable | Enables the Newton Raphson Solver |
| inv(f'(x(n))) | receprical of the derivative of the system |
| f(x(n)) | output of the system |
| NRS Output | Description |
| x(n+1) | Next system input to use (mx1) |
| NRS Mask Variable | Description |
| NR_IC_M | Initial Conditions of Newton Raphson (mx1) |
| NR_dx_Lim_M | Newton Raphson dx limit[%](1x1), used for stability purposes |