|
Component Prototype |
Description |
|||
|
ControlP Component
|
Represents a Proportional Control.Multiplies the input value by a factor (K). |
|||
|
In-slots |
Name |
Type |
Description |
|
|
in |
double |
Input value of the ControlP component |
||
|
Out-slots |
Name |
Type |
Description |
|
|
out |
double |
Output value of the ControlP component |
||
|
Properties |
Name |
Type |
Description |
|
|
iconFileName* |
string |
The filename of the icon shown for the component in the authoring environment. |
||
|
K |
double |
Factor. The operation is the following one: out = in * K |
||