diff options
-rw-r--r-- | qolab/hardware/scope/_basic.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qolab/hardware/scope/_basic.py b/qolab/hardware/scope/_basic.py index 6a7b62e..c5ccd3f 100644 --- a/qolab/hardware/scope/_basic.py +++ b/qolab/hardware/scope/_basic.py @@ -108,6 +108,7 @@ class Scope(BasicInstrument): def getTrace( self, chNum, availableNpnts=None, maxRequiredPoints=None, decimate=True ): + """Get scope trace with time axis set.""" old_run_status = self.getRun() if old_run_status: # avoid unnecessary status change self.setRun(False) # stop if currently running |