waveform_editor.pcssp_exporter.PCSSPExporter

class waveform_editor.pcssp_exporter.PCSSPExporter(config, times)

Bases: object

Exports waveform configuration into PCSSP-compatible XML format. Information on the PCSSP can be found here: https://github.com/iterorganization/PCSSP

__init__(config, times)

Methods

__init__(config, times)

export(file_path)

Export configuration as an PCSSP XML file.

export(file_path)

Export configuration as an PCSSP XML file.

Parameters:
file_path

Destination file path for the XML output.


Last update: 2025-10-02