From 9ad169045c63e0bc4d54a5e01eab2755cf5aff6f Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Thu, 30 Dec 2021 17:13:00 -0500 Subject: getChanOffset --> getChanVoltageOffset --- qolab/hardware/scope/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qolab/hardware/scope/__init__.py') diff --git a/qolab/hardware/scope/__init__.py b/qolab/hardware/scope/__init__.py index 8c022c4..ff3eb18 100644 --- a/qolab/hardware/scope/__init__.py +++ b/qolab/hardware/scope/__init__.py @@ -23,7 +23,7 @@ class Scope(BasicInstrument): self.deviceProperties = ['SampleRate', 'TimePerDiv', 'TrigDelay', ]; # same is applied to channelProperties but we need setter/getter with channel number # i.e. VoltsPerDiv -> getChanVoltsPerDiv(chNum) and setSampleRate(chNum, value) - self.channelProperties = ['VoltsPerDiv', 'Offset', ] + self.channelProperties = ['VoltsPerDiv', 'VoltageOffset', ] def getTrace(self, chNum, availableNpnts=None, maxRequiredPoints=None, decimate=True): # Should work with minimal arguments list -- cgit v1.2.3