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(port Z0), Im(port Z0)
1, 1, 1, 1, 1, 1, 1
2, 1, 1, 1, 1, 1, 1
.....

See also

write_csv