Skip to content
Blocks.IntegerPassThrough.md

Blocks.IntegerPassThrough ​

Usage ​

TranslatedComponents.Blocks.IntegerPassThrough()

Connectors ​

Behavior ​

y(t)=u(t)

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