blockTotal
Gives the sum over all components of a vector
Extends from Interfaces.PartialConverters.MISO (Converter with multiple inputs and a single output).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The scalar output y is obtained by adding all components of the input vector u:
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Structural Parameters | |||
| Integer | nin (from MISO) | 2 | Number of input signals |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.RealMultiInput[nin] | u (from MISO) | Input |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) |