|
static List< double > | func_y_t (double K_d, double K_p, double r_t, double t_sim, double t_step) |
| Calculates Process Variable: The output value from the power plant. More...
|
|
◆ func_y_t()
static List<double> Calculations.func_y_t |
( |
double |
K_d, |
|
|
double |
K_p, |
|
|
double |
r_t, |
|
|
double |
t_sim, |
|
|
double |
t_step |
|
) |
| |
|
inlinestatic |
Calculates Process Variable: The output value from the power plant.
- Parameters
-
K_d | Derivative Gain: Gain constant of the derivative controller |
K_p | Proportional Gain: Gain constant of the proportional controller |
r_t | Set-Point: The desired value that the control system must reach. This also knows as the reference variable |
t_sim | Simulation Time: Total execution time of the PD simulation (s) |
t_step | Step Time: Simulation step time (s) |
- Returns
- Process Variable: The output value from the power plant
The documentation for this class was generated from the following file: