aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qolab/hardware/scope/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/qolab/hardware/scope/__init__.py b/qolab/hardware/scope/__init__.py
index 2b03e42..bdceab3 100644
--- a/qolab/hardware/scope/__init__.py
+++ b/qolab/hardware/scope/__init__.py
@@ -75,12 +75,6 @@ class Scope(BasicInstrument):
config['ChannelsConfig']=chconfig
return config
- def getHeader(self):
- header = yaml.dump(self.getConfig(), default_flow_style=False, sort_keys=False)
- header = header.split('\n')
- return header
-
-
def save(self, fname=None, item_format='e', availableNpnts=None, maxRequiredPoints=None, decimate=True, extention='dat'):
allTraces = self.getAllTraces(availableNpnts=availableNpnts, maxRequiredPoints=maxRequiredPoints, decimate=decimate)
if fname is None: