setCoefficients

open fun setCoefficients(@NonNull coeffs: Array<Double>)

Sets the coefficients for this controller. The order of the coefficients is expected to be the same as the return of the get method, specified internally by the controller. On anonymous controllers, this method may be a no-op.

Parameters

coeffs

a list of coefficients to set this controller to