auto_monitor=True required as kwarg in waveform.py
auto_monitor=True required as kwarg. Default values is None, which is translated as following:
- True if waveform length is smaller than 65536
- False if waveform length is longer than 65536
Reference: pyepics3.
Setting it to true as default;
Edited by Benjamin Bolling