MEDYAN.jl
  • Home
  • Tutorials
  • How-To
  • Explanations
  • Reference
  • Versions
    • dev
    • stable

On this page

  • MEDYAN.get_link_mechanics
    • Union{Tuple{MEDYAN.Context, MEDYAN.Link}, Tuple{MEDYAN.Context, MEDYAN.Link, MEDYAN.LinkData}}
  • Edit this page
  • Report an issue

MEDYAN.get_link_mechanics

Union{Tuple{MEDYAN.Context, MEDYAN.Link}, Tuple{MEDYAN.Context, MEDYAN.Link, MEDYAN.LinkData}}

get_link_mechanics(c::Context, link::Link, [d::LinkData])

Return a NamedTuple of (;energy, inputs, forces, torques) of the link. Throw an error if link doesn’t exist. Parts of inputs that do not exist will be set to NaN.

  • Edit this page
  • Report an issue