skrf.network.Network.y

Network.y

Admittance parameter matrix.

The y-matrix [1] is a 3-dimensional numpy.ndarray which has shape fxnxn, where f is frequency axis and n is number of ports. Note that indexing starts at 0, so y11 can be accessed by taking the slice y[:,0,0].

Returns :

y : complex numpy.ndarray of shape fxnxn

the admittance parameter matrix.

See also

s, y, z, t, a

References

[1]http://en.wikipedia.org/wiki/Admittance_parameters

Previous topic

skrf.network.Network.t

Next topic

skrf.network.Network.y_arcl

This Page