piel.experimental.measurements.propagation
==========================================

.. py:module:: piel.experimental.measurements.propagation


Functions
---------

.. autoapisummary::

   piel.experimental.measurements.propagation.compose_propagation_delay_measurement


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

.. py:function:: compose_propagation_delay_measurement(instance_directory: piel.types.PathTypes, dut_file_prefix: str = 'Ch1', reference_file_prefix: str = 'Ch2', measurement_file_prefix: str = '', skip_missing: bool = False, **kwargs) -> piel.types.experimental.PropagationDelayMeasurement

   This function will iterate through the instance directory and find the files that correspond to the propagation delay measurement.
   The files are expected to be in the form of:
   - {dut_file_prefix}_waveform.csv
   - {reference_file_prefix}_waveform.csv
   - {measurement_file_prefix}_measurements.csv


