skrf.network.Network.read

Network.read(*args, **kwargs)

Read a Network from a ‘ntwk’ file

A ntwk file is written with write(). It is just a pickled file.

Parameters :

*args, **kwargs : args and kwargs

Notes

This function calls skrf.io.general.read().

Examples

>>> rf.read('myfile.ntwk')
>>> rf.read('myfile.p')

Previous topic

skrf.network.Network.plot_z_vswr

Next topic

skrf.network.Network.read_touchstone

This Page