Skip to content
LIBRARY
Foo.md

Foo ​

Usage ​

MultibodyComponents.Foo()

Parameters: ​

NameDescriptionUnitsDefault value
N–

Connectors ​

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

Behavior ​

@example
using MultibodyComponents #hide
using ModelingToolkit #hide
@named sys = MultibodyComponents.Foo() #hide
let eqs = full_equations(sys); Base.length(eqs) > 25 ? nothing : eqs end #hide

Source ​

dyad
component Foo
  y2 = [RealOutput() for i in 1:N]
  structural parameter N::Integer
relations
end
Flattened Source
dyad
component Foo
  y2 = [RealOutput() for i in 1:N]
  structural parameter N::Integer
relations
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses