Traceback (most recent call last):
File "application.py", line 470, in routine_data_sender
intTime=float(self.config_dict[self.ROUT_INT_TIME].get())
File "C:\Program Files (x86)\CALOA\spectro.py", line 684, in prepareAll
self.prepareMeasure(device, intTime, triggered, nrAverages)
File "C:\Program Files (x86)\CALOA\spectro.py", line 586, in prepareMeasure
AVS_DLL.AVS_PrepareMeasure.errcheck = self.errcheck
AttributeError: 'AvaSpec_Handler' object has no attribute 'errcheck'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\pixel\AppData\Local\Programs\Python\Python36\lib\tkinter\__init__.py", line 1702, in __call__
return self.func(*args)
File "C:\Users\pixel\AppData\Local\Programs\Python\Python36\lib\tkinter\__init__.py", line 746, in callit
func(*args)
File "application.py", line 475, in routine_data_sender
self.avh.prepareAll()
File "C:\Program Files (x86)\CALOA\spectro.py", line 684, in prepareAll
self.prepareMeasure(device, intTime, triggered, nrAverages)
File "C:\Program Files (x86)\CALOA\spectro.py", line 586, in prepareMeasure
AVS_DLL.AVS_PrepareMeasure.errcheck = self.errcheck
AttributeError: 'AvaSpec_Handler' object has no attribute 'errcheck'
Windows-7-6.1.7601-SP1 CPython-3.6.5