Public Member Functions | |
def | __init__ |
def | get_output |
Public Attributes | |
integral | |
Kp | |
outputLimit | |
prev_error | |
setPointMax | |
setPointMin | |
Td | |
Ti |
def pid.Pid.__init__ | ( | self, | |
Kp = 0.0 , |
|||
Ti = 0.0 , |
|||
Td = 0.0 , |
|||
outputLimit = None |
|||
) |
def pid.Pid.get_output | ( | self, | |
pv, | |||
dt | |||
) |