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

Added release_waveform_memory

parent f649099f
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,9 @@ class MockM3202A(Instrument):
def awg_is_running(self, channel):
return False
def release_waveform_memory(self):
pass
def get_data(self, channel):
return self.channel_data[channel]
......
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