- Fix _try_ltspice_generation() to use spicelib.simulators.ltspice_simulator.LTspice instead of the abstract Simulator base class (which always returned unavailable) - Use LTspice.create_netlist() instead of Simulator.run() for correct netlist generation - Add --ltspice-exe CLI option to specify LTspice binary path - Add --bom flag for component BOM CSV output (works on any parse completeness) - Add --bom-wiring flag for wiring BOM CSV from mapped output - Add real 1002A.asc demo circuit and pre-generated .net as test fixtures - Add @pytest.mark.ltspice marker for tests requiring LTspice binary - Bump version to 2026.2.14 |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| test_asc.py | ||
| test_bom_emitter.py | ||
| test_cli.py | ||
| test_filter.py | ||
| test_inter_module.py | ||
| test_netlist_parser.py | ||
| test_roundtrip.py | ||
| test_single_module.py | ||
| test_yaml_emitter.py | ||