From ade11dff175fce093b6621db320b075b3e9ad792 Mon Sep 17 00:00:00 2001 From: QrackEE Date: Wed, 8 Apr 2020 22:34:33 +0200 Subject: [PATCH] Expect DISPLAY_DATA_BYTS equal to display resolution --- ds1054z/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds1054z/__init__.py b/ds1054z/__init__.py index 18ddd50..986d0ea 100644 --- a/ds1054z/__init__.py +++ b/ds1054z/__init__.py @@ -35,7 +35,7 @@ class DS1054Z(vxi11.Instrument): ENCODING = 'utf-8' H_GRID = 12 SAMPLES_ON_DISPLAY = 1200 - DISPLAY_DATA_BYTES = 100000 + DISPLAY_DATA_BYTES = 1152000 SCALE_MANTISSAE = (1, 2, 5) MIN_TIMEBASE_SCALE = 5E-9 MAX_TIMEBASE_SCALE = 50E0