1PYLEMS(1) User Commands PYLEMS(1)
2
3
4
6 pylems - LEMS interpreter implemented in Python
7
9 usage: pylems [-h] [-I <Include directory>] [-nogui] [-dlems] <LEMS
10 file>
11
12 positional arguments:
13 <LEMS file>
14 LEMS file to be simulated
15
16 options:
17 -h, --help
18 show this help message and exit
19
20 -I <Include directory>
21 Directory to be searched for included files
22
23 -nogui If this is specified, just parse & simulate the model, but don't
24 show any plots
25
26 -dlems If this is specified, export the LEMS file as dLEMS (distilled
27 LEMS in JSON format, see https://github.com/borismarin/som-code‐
28 gen)
29
30
31
32https://lems.github.io November 2021 PYLEMS(1)