Skip to content
Blocks.IntegerToReal.md

Blocks.IntegerToReal ​

Usage ​

TranslatedComponents.Blocks.IntegerToReal()

Connectors ​

Behavior ​

y(t)=u(t)

Source ​

dyad
component IntegerToReal
  u = IntegerInput()
  y = RealOutput()
relations
  y = u
end
Flattened Source
dyad
component IntegerToReal
  u = IntegerInput()
  y = RealOutput()
relations
  y = u
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses