electricpy.gmd

electricpy.gmd(Ds, *args)[source]

GMD (Geometric Mean Distance) Calculator.

Calculates the GMD (Geometric Mean Distance) for a system with the parameters of a list of arguments.

\[GMD=(D_s*D_1*\ddot*D_n)^{\frac{1}{1+n}}\]
Parameters:
  • Ds (float) – Self distance (unitless), normally provided from datasheet/reference

  • *args (floats, optional) – Remaining set of distance values (unitless)