blockVectorGain

Output the product of a gain value with the input signal

Information

This block computes output y as product of gain k with the input u:

    y = k * u;

Parameters

TypeNameDefaultDescription
RealkGain value multiplied with input signal
Integern1Dimension of input and output vectors.

Components

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInput[n]uInput signal connector
Modelica.Blocks.Interfaces.RealOutput[n]yOutput signal connector