skrf.media.distributedCircuit.DistributedCircuit.from_csv

classmethod DistributedCircuit.from_csv(*args, **kw)[source]

Create a DistributedCircuit from numerical values stored in a csv file.

The csv file format must be written by the function write_csv(), or similar method which produces the following format:

f[$unit], Re(z0), Im(z0), Re(gamma), Im(gamma), Re(z0_port), Im(z0_port)
1, 1, 1, 1, 1, 1, 1
2, 1, 1, 1, 1, 1, 1
.....

See also

write_csv