piel.experimental.measurements.frequency
========================================

.. py:module:: piel.experimental.measurements.frequency


Functions
---------

.. autoapisummary::

   piel.experimental.measurements.frequency.compose_vna_s_parameter_measurement
   piel.experimental.measurements.frequency.compose_vna_power_sweep_measurement


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

.. py:function:: compose_vna_s_parameter_measurement(instance_directory: piel.types.PathTypes, skip_missing: bool = False, **kwargs) -> piel.types.experimental.VNASParameterMeasurement

   There should only be one .s2p s-parameter file in this directory. If there are more than one, it will read the first one.
   This function will iterate through the instance directory and find the .s2p file. It will return a measurement accordingly.


.. py:function:: compose_vna_power_sweep_measurement(instance_directory: piel.types.PathTypes, skip_missing: bool = False, **kwargs) -> piel.types.VNAPowerSweepMeasurement

   There should only be one .s2p s-parameter file in this directory. If there are more than one, it will read the first one.
   This function will iterate through the instance directory and find the .s2p file. It will return a measurement accordingly.


