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

Added set_acquisition_mode to mock

parent 0c9c28e5
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@ class MockM3102A(Instrument):
def set_operating_mode(self, value):
pass
def set_acquisition_mode(self, value):
pass
def set_active_channels(self, channel_list):
self.measure._active_channels = set(channel_list)
......
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