diff options
Diffstat (limited to 'qolab/hardware/scope/rigolds1054z.py')
-rw-r--r-- | qolab/hardware/scope/rigolds1054z.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |