Accessor: test/TestComposite

test/TestComposite

Test composite accessor. This accessor contains two accessors, a gain and an adder. It multiplies the input by 4 and adds the result to the input. The sum is sent to the output.

Version:
  • $$Id$$
Author:
  • Edward A. Lee
Source:
Inputs:
Name Type Description
input A numeric input with default value 0.
Outputs:
Name Type Description
output The result of x + 4x, where x is the value of the input.