piel.models.physical.electrical.cables.rf.geometry

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

Functions#

calculate_coaxial_cable_geometry(...)

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

Module Contents#

calculate_coaxial_cable_geometry(length_m: float = 1, sheath_top_diameter_m: float = 0.001651, sheath_bottom_diameter_m: float = 0.001468, core_diameter_dimension: Literal['awg', 'metric'] = 'metric', core_diameter_awg: float | None = None, core_diameter_m: float = 0.002, **kwargs) piel.types.electrical.cables.CoaxialCableGeometryType[source]#

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

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

  • sheath_top_diameter_m – Diameter of the top of the sheath in meters.

  • sheath_bottom_diameter_m – Diameter of the bottom of the sheath 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