skrf.network.Network.t

property Network.t: ndarray

Scattering transfer parameter matrix.

The t-matrix [1] is a 3-dimensional numpy.ndarray which has shape fx2x2, where f is frequency axis. Note that indexing starts at 0, so t11 can be accessed by taking the slice t[:,0,0].

The t-matrix, also known as the wave cascading matrix, is only defined for a 2-port Network.

Returns:

t – t-parameters, aka scattering transfer parameters

Return type:

complex npy.ndarray of shape fx2x2

See also

s, y, z, t, a

References