waveform_editor.cli.create_exporter

waveform_editor.cli.create_exporter(yaml, csv, linspace)

Read a YAML file from disk, load it into a WaveformConfiguration and create a ConfigurationExporter using the given times.

Parameters:
yaml

The YAML file to load into a configuration.

csv

CSV file containing time values.

linspace

Tuple containing the start, stop and number of the linspace.

Returns:

The ConfigurationExporter of the loaded YAML file.


Last update: 2025-10-02