Skip to content
Blocks.RealPassThrough.md

Blocks.RealPassThrough ​

This component extends from SISO

Usage ​

TranslatedComponents.Blocks.RealPassThrough()

Connectors ​

  • u - 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 ​

y(t)=u(t)

Source ​

dyad
component RealPassThrough
  extends SISO
relations
  y = u
end
Flattened Source
dyad
component RealPassThrough
  u = RealInput()
  y = RealOutput()
relations
  y = u
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses