Skip to main content Link Menu Expand (external link) Document Search Copy Copied

void setTarget(double target)

Sets the target of the PIDF. This is the value that the PIDF will try to reach.

Parameters

  • target - The target value

Example

PIDF pidf = PIDF(1, 1, 1);
pidf.setTarget(10);