diff options
-rw-r--r-- | examples/grab_eit_shapes.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/grab_eit_shapes.py b/examples/grab_eit_shapes.py index b05769e..7923099 100644 --- a/examples/grab_eit_shapes.py +++ b/examples/grab_eit_shapes.py @@ -150,8 +150,12 @@ if __name__ == '__main__': # scope_mon.setChanVoltsPerDiv(2, 0.002) # scope_mon.setChanVoltageOffset(2, -0.0726) - # if we want to save new set of traces repeat this two commands scope_fdbk.config['tags'] = {} + + # if we want to save new set of traces repeat this two commands scope_fdbk.config['tags']['apparatus']=getConfig(apparatus) scope_fdbk.save( maxRequiredPoints=1000 ) + tsdb_ingester.commit() + + |