skrf.circuit.Circuit.X_F

property Circuit.X_F: ndarray

Return the concatenated intersection matrix [X] of the circuit in F-order. It is composed of the individual intersection matrices [X]_k assembled by block diagonal. The results of this function are the same as X() but in F-order.

Returns:

X

Return type:

numpy.ndarray

Note

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