Blocks.Feedback ​
Usage ​
TranslatedComponents.Blocks.Feedback()
Connectors ​
u1- This connector represents a real signal as an input to a component (RealInput)u2- 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 ​
julia
using TranslatedComponents #hide
using ModelingToolkit #hide
@named sys = TranslatedComponents.Blocks.Feedback() #hide
full_equations(sys) #hide<< @example-block not executed in draft mode >>Source ​
dyad
component Feedback
u1 = RealInput()
u2 = RealInput()
y = RealOutput()
relations
y = u1 - u2
endFlattened Source
dyad
component Feedback
u1 = RealInput()
u2 = RealInput()
y = RealOutput()
relations
y = u1 - u2
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses