Skip to content

auto_monitor=True required as kwarg in waveform.py

Benjamin Bolling requested to merge benjaminbolling/pychiver:master into master

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

Merge request reports