skrf.network.Network.z0

Network.z0

Characteristic impedance[s] of the network ports.

This property stores the characteristic impedance of each port of the network. Because it is possible that each port has a different characteristic impedance each varying with frequency, z0 is stored internally as a fxn array.

However because z0 is frequently simple (like 50ohm), it can be set with just number as well.

Returns :

z0 : numpy.ndarray of shape fxn

characteristic impedance for network

Previous topic

skrf.network.Network.z

Next topic

skrf.network.Network.z_arcl

This Page