Making the device selectable for the find_device function #9

Merged
jan.mrna merged 3 commits from ViktorWalter/pyveles:master into master 2023-07-17 23:34:14 +02:00
Showing only changes of commit 021d0a6b9b - Show all commits

View File

@ -3,6 +3,7 @@ from dataclasses import dataclass
from typing import Dict, Any
from abc import ABC, abstractmethod
@dataclass(slots=True)
class ReadoutErrorCounter:
"""Class used to track readout errors"""