skrf.circuit.Circuit.C_F

property Circuit.C_F: ndarray

Return the global scattering matrix [C] of the networks in F-order. The results of this function are the same as C() but in F-order.

Returns:

S – Global scattering matrix of the networks. Shape f x (nb_inter*nb_n) x (nb_inter*nb_n)

Return type:

numpy.ndarray

Note

F-order has a numerical bottleneck in matrix operations, but the assignment is more efficient.