skrf.circuit.Circuit.X¶
- property Circuit.X: ndarray¶
Return the concatenated intersection matrix [X] of the circuit.
It is composed of the individual intersection matrices [X]_k assembled by block diagonal.
- Returns:
X
- Return type:
Note
There is a numerical bottleneck in this function, when creating the block diagonal matrice [X] from the [X]_k matrices.