PDController
Loading...
Searching...
No Matches
InputParameters.py File Reference

Provides the function for reading inputs and the function for checking the physical constraints on the input. More...

Functions

 python.InputParameters.get_input (filename)
 Reads input from a file with the given file name.
 python.InputParameters.input_constraints (r_t, K_d, K_p, t_step, t_sim)
 Verifies that input values satisfy the physical constraints.

Detailed Description

Provides the function for reading inputs and the function for checking the physical constraints on the input.

Author
Naveen Ganesh Muralidharan
Note
Generated by Drasil v0.1-alpha

Function Documentation

◆ get_input()

python.InputParameters.get_input ( filename)

Reads input from a file with the given file name.

Parameters
filenamename of the input file
Returns
Set-Point
Derivative Gain
Proportional Gain
Step Time (s)
Simulation Time (s)

◆ input_constraints()

python.InputParameters.input_constraints ( r_t,
K_d,
K_p,
t_step,
t_sim )

Verifies that input values satisfy the physical constraints.

Parameters
r_tSet-Point
K_dDerivative Gain
K_pProportional Gain
t_stepStep Time (s)
t_simSimulation Time (s)