Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 930 Bytes

File metadata and controls

20 lines (12 loc) · 930 Bytes

simplay-web

Hint: What you probably want to do, is install simplay-jupyter which bundles simplay with simplay-web, and allows you to run this project within JupyterLab.

This package can be used to spool and display a set of events received in the simplay syntax. Usually its used to spool a set of events generated by simplay.

API

There are cases in which you may want to use simplay-web directly, e.g. if you have a custom event generator and want to spool these events.

EventQueue

The structure of the expected EventQueue can be found in SimulationData.ts.

SimulationSpooler

To spool and display an EventQueue the SimulationSpooler has to be used. A description for all functions is available in the TypeDoc of the SimulationSpooler.