this repo has no description
1# tline-viz
2
3Interactive visualization of voltage waves on an ideal lossless transmission line.
4Open `tline_viz.html` directly in a browser.
5
6## Running tests
7
8Requires Node.js 18+.
9
10```
11node --test physics.test.js
12```
13
14Tests cover the pure physics functions in `physics.js`: reflection coefficients,
15bounce series construction, DC steady-state convergence, and rise-time helpers.