skrf.network.Network.g
- property Network.g: ndarray
Inverse hybrid parameter matrix.
The g-matrix [1] is a 3-dimensional
numpy.ndarraywhich has shape fx2x2, where f is frequency axis. Note that indexing starts at 0, so g11 can be accessed by taking the slice g[:,0,0].- Returns:
g – the inverse hybrid parameter matrix.
- Return type:
complex
numpy.ndarrayof shape fx2x2
References