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

Fixed bug in awg prescaler of mock

parent 98527f52
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ class MockM3202A(Instrument):
def awg_flush(self, channel):
logging.info(f'{self.name}.awg_flush({channel})')
self.channel_data[channel] = []
self.channel_prescaler[channel] = []
def awg_stop(self, channel):
logging.info(f'{self.name}.awg_stop({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