skrf.network.Network.z¶
- property Network.z: numpy.ndarray¶
Impedance parameter matrix.
The z-matrix 1 is a 3-dimensional
numpy.ndarraywhich has shape fxnxn, where f is frequency axis and n is number of ports. Note that indexing starts at 0, so z11 can be accessed by taking the slice z[:,0,0].- Returns
z – the Impedance parameter matrix.
- Return type
complex
numpy.ndarrayof shape fxnxn
References