diff options
-rw-r--r-- | qolab/hardware/scope/sds800xhd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/sds800xhd.py b/qolab/hardware/scope/sds800xhd.py index efcc0d2..0f96318 100644 --- a/qolab/hardware/scope/sds800xhd.py +++ b/qolab/hardware/scope/sds800xhd.py @@ -331,5 +331,5 @@ if __name__ == "__main__": print("------ Header start -------------") print(str.join("\n", scope.getHeader())) print("------ Header ends -------------") - # ch1 = scope.getTrace(1) + ch1 = scope.getTrace(1) # traces = scope.getAllTraces() |