PIDInterface

class wpilib.interfaces.PIDInterface[source]

Bases: wpilib.interfaces.Controller

disable()
enable()
getD()
getError()
getI()
getP()
getSetpoint()
isEnabled()
reset()
setPID(p, i, d)
setSetpoint(setpoint)