Provides functions for calculating the outputs. More...
Functions | |
def | python.Calculations.func_y_t (K_d, K_p, r_t, t_sim, t_step) |
Calculates Process Variable: The output value from the power plant. More... | |
Provides functions for calculating the outputs.
def python.Calculations.func_y_t | ( | K_d, | |
K_p, | |||
r_t, | |||
t_sim, | |||
t_step | |||
) |
Calculates Process Variable: The output value from the power plant.
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) |