Description Usage Arguments Value Examples
A one-liner to parse the netlist given the path to it.
1 | parse_netlist(netlist_path)
|
netlist_path |
string, path to ltspice netlist |
string vector with parse lines of the netlist
1 2 | netlist <- parse_netlist('spice_files/2m_cable_model.net')
print(netlist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.