neat.GreensTree.calc_impedance_matrix¶
- GreensTree.calc_impedance_matrix(*args, **kwargs)¶
Computes the impedance matrix of a given set of locations for each frequency stored in self.freqs.
- Parameters:
loc_arg (list of locations or string) – if list of locations, specifies the locations for which the impedance matrix is evaluated, if
string, specifies the name under which a set of location is storedexplicit_method (bool, optional (default
True)) – ifFalse, will use the transitivity property of the impedance matrix to further optimize the computation.
- Returns:
the impedance matrix, first dimension corresponds to the frequency, second and third dimensions contain the impedance matrix
[MOhm]at that frequency- Return type:
np.ndarray (
dtype = self.freqs.dtype,ndim = 3)