Skip to content
Blocks.DeMultiplex6.md

Blocks.DeMultiplex6 ​

Usage ​

TranslatedComponents.Blocks.DeMultiplex6(n1=1, n2=1, n3=1, n4=1, n5=1, n6=1)

Parameters: ​

NameDescriptionUnitsDefault value
n1–1
n2–1
n3–1
n4–1
n5–1
n6–1

Connectors ​

  • u - This connector represents a real signal as an input to a component (RealInput)

  • y1 - This connector represents a real signal as an output from a component (RealOutput)

  • y2 - This connector represents a real signal as an output from a component (RealOutput)

  • y3 - This connector represents a real signal as an output from a component (RealOutput)

  • y4 - This connector represents a real signal as an output from a component (RealOutput)

  • y5 - This connector represents a real signal as an output from a component (RealOutput)

  • y6 - This connector represents a real signal as an output from a component (RealOutput)

Behavior ​

[u(t)]=[y1(t)y2(t)y3(t)y4(t)y5(t)y6(t)]

Source ​

dyad
component DeMultiplex6
  u = RealInput()
  y1 = RealOutput()
  y2 = RealOutput()
  y3 = RealOutput()
  y4 = RealOutput()
  y5 = RealOutput()
  y6 = RealOutput()
  parameter n1::Integer = 1
  parameter n2::Integer = 1
  parameter n3::Integer = 1
  parameter n4::Integer = 1
  parameter n5::Integer = 1
  parameter n6::Integer = 1
relations
  [u] = [y1, y2, y3, y4, y5, y6]
end
Flattened Source
dyad
component DeMultiplex6
  u = RealInput()
  y1 = RealOutput()
  y2 = RealOutput()
  y3 = RealOutput()
  y4 = RealOutput()
  y5 = RealOutput()
  y6 = RealOutput()
  parameter n1::Integer = 1
  parameter n2::Integer = 1
  parameter n3::Integer = 1
  parameter n4::Integer = 1
  parameter n5::Integer = 1
  parameter n6::Integer = 1
relations
  [u] = [y1, y2, y3, y4, y5, y6]
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses