Skip to content

OpenSysML documentation

Using it

The guide — a handbook, in reading order: install, your first model, the command line, the REPL, checks, behavior, saving and RDF, editors, Python, troubleshooting.

Runnable models are in examples/, with a catalog of what each one shows.

Looking one thing up

  • CLI — every flag of sysml, the modes, and the exit status
  • REPL commands — every % command and its arguments
  • LSP extensions — the custom render requests sysml-lsp serves a diagram client
  • Environment variables — the bounds one run may spend, and paths
  • Go API — the public API of every package
  • Python APIopensysml, its generated typed classes and latency
  • RDF mapping — which triples a model becomes, what is not mapped, and why the mapping is experimental
  • Grammar — grammar production → parser implementation

How it works

Where the project stands

Contributing, including where a new page belongs, is CONTRIBUTING.md.