Skip to content
Blocks.SVcontrol.md

Blocks.SVcontrol

Usage

TranslatedComponents.Blocks.SVcontrol()

Connectors

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

  • u_m - 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)

Source

dyad
partial component SVcontrol
  u_s = RealInput()
  u_m = RealInput()
  y = RealOutput()
relations
end
Flattened Source
dyad
partial component SVcontrol
  u_s = RealInput()
  u_m = RealInput()
  y = RealOutput()
relations
metadata {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses