parse_netlist: Parse LTspice netlist

Description Usage Arguments Value Examples

View source: R/read_utils.R

Description

A one-liner to parse the netlist given the path to it.

Usage

1
parse_netlist(netlist_path)

Arguments

netlist_path

string, path to ltspice netlist

Value

string vector with parse lines of the netlist

Examples

1
2
netlist <- parse_netlist('spice_files/2m_cable_model.net')
print(netlist)

karylsienn/ltspicer documentation built on Dec. 21, 2021, 5:19 a.m.