adapnex::core::PID::PID

Constructor

Synopsis

Declared in <adapnex/core/pid.h>

PID(
    KpType KP,
    Duration TN,
    Duration TV);

Parameters

Name

Description

KP

Proportional gain.

TN

Integral time / Reset time (Tn).

TV

Derivative time / Rate time (Tv).

Created with MrDocs