This commit is contained in:
Erik Frojdh
2019-06-12 10:41:50 +02:00
parent 1fed3553b9
commit 55229f77a3
7 changed files with 14 additions and 64 deletions

View File

@@ -10,7 +10,6 @@ from collections.abc import Iterable
from collections import namedtuple
from _sls_detector import DetectorApi
from .decorators import error_handling
from .detector_property import DetectorProperty
from .errors import DetectorError, DetectorValueError
from .registers import Register
@@ -97,9 +96,6 @@ class Detector:
def busy(self, value):
self._api.setAcquiringFlag(value)
def clear_errors(self):
"""Clear the error mask for the detector. Used to reset after checking."""
self._api.clearErrorMask()
@property
def client_version(self):