Hi!
I am getting the following error when using the set_range method for Ping1d:
AttributeError: 'Ping1D' object has no attribute '_scan_start'
I am using the latest deployment branch
Looks like the issue is with this line:
|
and (self._scan_start != scan_start or self._scan_length != scan_length)): |
I am calling the set_range method before capturing any data, which seems to break it
Hi!
I am getting the following error when using the
set_rangemethod for Ping1d:I am using the latest deployment branch
Looks like the issue is with this line:
ping-python/brping/ping1d.py
Line 498 in af89ebd
I am calling the set_range method before capturing any data, which seems to break it