From d325769c66db0ecf06152eadd39c4f38db7d3b18 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Fri, 26 Jul 2024 11:26:59 -0400 Subject: doc string --- qolab/hardware/scope/rigolds1054z.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py index 598ad4a..c78b648 100644 --- a/qolab/hardware/scope/rigolds1054z.py +++ b/qolab/hardware/scope/rigolds1054z.py @@ -245,6 +245,10 @@ class RigolDS1054z(ScopeSCPI): """ Get raw channel waveform in binary format. + The idea is to have minimal processing from internal representation + to actual volts, since it might require less queering of the scope + or/and faster data transfer. + Parameters ---------- chNum : int -- cgit v1.2.3