From 273f0efc954804dd7e3bad80e937d4d8c9524749 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 15 Oct 2024 16:42:16 -0400 Subject: added Rigol as export --- qolab/hardware/scope/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qolab/hardware') diff --git a/qolab/hardware/scope/__init__.py b/qolab/hardware/scope/__init__.py index e0e2f7a..d9b1777 100644 --- a/qolab/hardware/scope/__init__.py +++ b/qolab/hardware/scope/__init__.py @@ -5,5 +5,6 @@ Provide basic classes to operate scopes from .sds1104x import SDS1104X from .sds2304x import SDS2304X from .sds800xhd import SDS800XHD +from .rigolds1054z import RigolDS1054z -__all__ = ["SDS1104X", "SDS2304X", "SDS800XHD"] +__all__ = ["SDS1104X", "SDS2304X", "SDS800XHD", "RigolDS1054z"] -- cgit v1.2.3