Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 404 Bytes

line_types.md

File metadata and controls

16 lines (12 loc) · 404 Bytes

Line Types

The currently implemented line types are

using InteractiveUtils, PowerDynamics, Markdown
linetypes = subtypes(PowerDynamics.AbstractLine)
join(["* [`$n`](@ref PowerDynamics.$n)" for n in linetypes], "\n") |> Markdown.parse

Detailed Line Type Documentation

Modules = [PowerDynamics]
Filter = t -> typeof(t) === DataType && t <: PowerDynamics.AbstractLine