skrf.network.Network.s

property Network.s: ndarray

Scattering parameter matrix.

The s-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 s11 can be accessed by taking the slice s[:,0,0].

Returns:

s – The scattering parameter matrix.

Return type:

complex numpy.ndarray of shape fxnxn

See also

s, y, z, t, a

References