Reference — Runtime #

The interactive and programmatic surfaces — for LabVIEW, TestStand, scripts, dashboards, AI agents. Where the pytest path is the bench-default, the runtime surfaces are the everywhere-else path.

  • LitmusClient — Python client that submits test runs (no pytest required). Suits LabVIEW / TestStand bridges.
  • connect() — interactive instrument access for scripts, notebooks, the operator UI. Returns a StationConnection with the full event-log / channel-store / instrument-pool surface.
  • HTTP & MCP API — REST endpoints exposed by litmus serve, plus the twelve MCP tools. Same shapes either way. Generated from source.

See also #