QuantumQuadrate / CsPyController

GNU Lesser General Public License v3.0
3 stars 3 forks source link

Feature load waveform file #63

Closed JuanBohorquez3 closed 3 years ago

JuanBohorquez3 commented 3 years ago

Adds a feature to the functional waveforms where you can load the waveforms from a file containing text that would otherwise be placed inside the functional waveforms text field.

I have tested the feature using a full path to the file, but I suspect a relative path should also work.

The text in the file, the text in the field and the text used to generate waveforms are all saved separately in HDF5 files as file_text, text and waveform_text respectively. waveform_text will always be a copy of either file_text or text.