Enum FifoOverrideType
Determines the behaviour how quickly the FIFO should adapt to a new override.
public enum FifoOverrideType
Fields
OVERRIDETYPE_INSTANTANEOUS = 1
Instantenous override. Changes the override instantaneously to the desired value. This means that it is up to the user to modify the override slowly enough that excessive following errors do not result from the change in override.
OVERRIDETYPE_PT2 = 2
Gradually adapt to the new override value, using the parameter P-T2 time.