
This transfer function is composed of 3 line segments. The 3 segments are joined at two points [LI, LO] and [UI, UO] forming a piece-wise continuous function.
The XY Transfer Function component can be used in cases where you need more than 3 line segments.
Name for Identification |
Text |
Optional text parameter for identification of the component. |
||
Lower Input Threshold |
|
REAL |
Constant |
If the input is below this, the first segment of transfer function is used |
|
|
|
|
|
Lower Threshold Output |
|
REAL |
Constant |
Output value corresponding to an input equal to the lower threshold |
|
|
|
|
|
Upper Input Threshold |
|
REAL |
Constant |
If the input is above this, the third segment of the transfer function is used |
|
|
|
|
|
Upper Threshold Output |
|
REAL |
Constant |
Output value corresponding to an input equal to the upper threshold |
|
|
|
|
|
Gain Below Lower Threshold |
|
REAL |
Constant |
Slope of the first segment of the transfer function |
|
|
|
|
|
Gain Above Upper Threshold |
|
REAL |
Constant |
Slope of the third segment of the transfer function |
|
|
|
|
|
Dimension |
|
INTEGER |
Literal |
Enter the dimension of the input/output signals. |
|
|
|
|
|
Fortran Comment |
|
Text |
|
An optional Fortran comment. The text entered here is included in the project Fortran file |