Skip to content
Blocks.IntegerPassThrough.md

Blocks.IntegerPassThrough ​

Usage ​

TranslatedComponents.Blocks.IntegerPassThrough()

Connectors ​

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
end
Flattened Source
dyad
component IntegerPassThrough
  u = IntegerInput()
  y = IntegerOutput()
relations
  y = u
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses