piel.experimental.measurements.oscilloscope
===========================================

.. py:module:: piel.experimental.measurements.oscilloscope


Functions
---------

.. autoapisummary::

   piel.experimental.measurements.oscilloscope.compose_oscilloscope_measurement


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

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

   This function composes an OscilloscopeMeasurement from a given directory. The OscilloscopeMeasurement.waveform_file_list
   will be a collection of files that end with a suffix ``Ch*.csv``. This function will compose the list of files in the order
   of the channel number. The OscilloscopeMeasurement.measurements_file will be a file that ends without a suffix ``Ch*.csv``.


