Blocks.Exponentiation
This component extends from SISO
Usage
TranslatedComponents.Blocks.Exponentiation(exponent=2)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
exponent | Exponent of power | – | 2 |
Connectors
u- This connector represents a real signal as an input to a component (RealInput)y- This connector represents a real signal as an output from a component (RealOutput)
Behavior
Source
dyad
component Exponentiation
extends SISO
# Exponent of power
parameter exponent::Real = 2
relations
y = u ^ exponent
endFlattened Source
dyad
component Exponentiation
u = RealInput()
y = RealOutput()
# Exponent of power
parameter exponent::Real = 2
relations
y = u ^ exponent
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses