Generic Transfer Function

Description
Continuous Generic Transfer Function expressed as:
\frac{Num(s)}{Den(s)}
Library
Control > Continous
Pins
| Name | Description |
|---|---|
| In | Input |
| Out | Output |
Parameters
| Name | Description |
|---|---|
| Num | Numerator coefficients by decreasing order of s (Ex: [1 2 0.1] => s² + 2s + 0.1) |
| Den | Denominator coefficients by decreasing order of s (Ex: [1 2 0.1] => s² + 2s + 0.1) |
| SamplingTime | -none or 0: No sampling. The system will be solved in the Newton loop (default). -auto: Inherit the sampling time of its source device. -Sampling Period: defined in seconds. |