piel.models.physical.electrical.cables.dc.geometry

piel.models.physical.electrical.cables.dc.geometry#

Functions#

calculate_dc_cable_geometry(...)

Calculate the geometry of a DC cable. Defaults are based on the parameters of a TODO

Module Contents#

calculate_dc_cable_geometry(length_m: float = 1, core_diameter_dimension: Literal['awg', 'metric'] = 'metric', core_diameter_awg: float = 0.0, core_diameter_m: float = 0.002, *args, **kwargs) piel.types.electrical.cables.DCCableGeometryType[source]#

Calculate the geometry of a DC cable. Defaults are based on the parameters of a TODO

Parameters:
  • length_m – Length of the cable in meters.

  • core_diameter_dimension – Dimension of the core diameter.

  • core_diameter_awg – Core diameter in AWG.

  • core_diameter_m – Core diameter in meters.

  • **kwargs

Returns:

The geometry of the coaxial cable.

Return type:

CoaxialCableGeometryType