piel.experimental.measurements.propagation#
Functions#
This function will iterate through the instance directory and find the files that correspond to the propagation delay measurement. |
Module Contents#
- 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[source]#
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