Skip to content
Snippets Groups Projects
Commit eb508dbf authored by Sander de Snoo's avatar Sander de Snoo
Browse files

cleanup

parent f47b11e5
No related branches found
No related tags found
No related merge requests found
......@@ -266,6 +266,7 @@ class Context:
if hasattr(awg, 'plot'):
pt.figure()
awg.plot()
# awg.plot(discrete=True)
pt.legend()
pt.grid()
pt.ylabel('amplitude [V]')
......@@ -317,12 +318,12 @@ class Context:
s.plot(index, channels=channels, render_full=awg_output)
self._savefig()
def plot_ds(self, ds):
runner = self._configuration['runner']
if runner == 'core_tools':
pass
elif runner == 'qcodes':
pass
# def plot_ds(self, ds):
# runner = self._configuration['runner']
# if runner == 'core_tools':
# pass
# elif runner == 'qcodes':
# pass
def _savefig(self):
backend = self._configuration['backend']
......
from pulse_lib.tests.configurations.test_configuration import context
import pulse_lib.segments.utility.looping as lp
import time
def test():
pulse = context.init_pulselib(n_gates=1, n_sensors=1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment