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

.. py:module:: piel.models.physical.electrical.cables.rf.geometry


Functions
---------

.. autoapisummary::

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


Module Contents
---------------

.. py:function:: 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: Optional[float] = None, core_diameter_m: float = 0.002, **kwargs) -> piel.types.electrical.cables.CoaxialCableGeometryType

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

   :param length_m: Length of the cable in meters.
   :param sheath_top_diameter_m: Diameter of the top of the sheath in meters.
   :param sheath_bottom_diameter_m: Diameter of the bottom of the sheath in meters.
   :param core_diameter_dimension: Dimension of the core diameter.
   :param core_diameter_awg: Core diameter in AWG.
   :param core_diameter_m: Core diameter in meters.
   :param \*\*kwargs:

   :returns: The geometry of the coaxial cable.
   :rtype: CoaxialCableGeometryType


