skrf.network.Network.read

Network.read(*args, **kwargs)[source]

Read a Network from a ‘ntwk’ file.

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

Parameters:
Return type:

None

Note

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

Examples

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