// Inductor module ind(p,n); inout p,n; electrical p,n; parameter real l=0 from [0:inf); analog V(p,n) <+ ddt(l*I(p,n)); endmodule