Analog Scaling Buffer


Speed Key Names: mbuffer, asbuffer, asbuf

 

Signal name and type

Description

Analog input: <scale_factor>

The scale factor, which is the percentage from 0% to 100% by which the inputs will be scaled, as follows:

<aout> = <ain> * <scale_factor>

Analog inputs: <ain1> through <ain999>
 

The analog value that will be scaled by <scale_factor> and propagated to the corresponding output.

Each input has a corresponding output; each input/output pair is independent of the other input/output pairs.

Analog outputs: <aout1> through <aout999>

The value that is the result of scaling the corresponding input by <scale_factor>.

Since <scale_factor> is a percentage from 0% to 100%, the value of <aout#> will never be higher than <ain#>.

See also Analog Scaling Buffer about 50%