LTSpice simulation in Python

Job ID: 38495733

Budget: $10 – $30 USD

Writing a function y=f(x,T) in Python, where the input x is a single vector comprised of all the information of a corresponding circuit, such as Netlist, parameters of each component, initial condition, and T is an additional time parameter. Output y is also a single vector which specifies states of all the output nodes at time t=T(initially t=0). The simulation environment is required to be LTSpice, and the interface between Python and LTSpice is required to use PyLTSpice.