Blocks.IntegerPassThrough ​
Usage ​
TranslatedComponents.Blocks.IntegerPassThrough()
Connectors ​
u- (IntegerInput)y- (IntegerOutput)
Behavior ​
julia
using TranslatedComponents #hide
using ModelingToolkit #hide
@named sys = TranslatedComponents.Blocks.IntegerPassThrough() #hide
full_equations(sys) #hide<< @example-block not executed in draft mode >>Source ​
dyad
component IntegerPassThrough
u = IntegerInput()
y = IntegerOutput()
relations
y = u
endFlattened Source
dyad
component IntegerPassThrough
u = IntegerInput()
y = IntegerOutput()
relations
y = u
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses