From 9a03af8bc70550b81f77869ac3b70c7c5822eb05 Mon Sep 17 00:00:00 2001 From: dmo Date: Wed, 27 Mar 2019 11:14:07 +0900 Subject: [PATCH] Identify the MSO series of this scope, in particular tested on the MSO1104z. --- ds1054z/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds1054z/__init__.py b/ds1054z/__init__.py index 18ddd50..af51145 100644 --- a/ds1054z/__init__.py +++ b/ds1054z/__init__.py @@ -31,7 +31,7 @@ class DS1054Z(vxi11.Instrument): :ivar firmware: e.g. ``'00.04.03.SP1'`` """ - IDN_PATTERN = r'^RIGOL TECHNOLOGIES,DS1\d\d\dZ( Plus)?,' + IDN_PATTERN = r'^RIGOL TECHNOLOGIES,(DS|MSO)1\d\d\dZ( Plus)?,' ENCODING = 'utf-8' H_GRID = 12 SAMPLES_ON_DISPLAY = 1200