Skip to content
Snippets Groups Projects
Commit c99dfa18 authored by Stephan Philips's avatar Stephan Philips
Browse files

fix

parent 7a75ed09
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ import time ...@@ -12,7 +12,7 @@ import time
class fake_digitizer(MultiParameter): class fake_digitizer(MultiParameter):
"""docstring for fake_digitizer""" """docstring for fake_digitizer"""
def __init__(self, name): def __init__(self, name):
super().__init__(name=name, names = ("chan 1", "chan 2"), shapes = tuple([(20,20)]*2), super().__init__(name=name, names = ("chan_1", "chan_2"), shapes = tuple([(20,20)]*2),
labels = ("chan 1", "chan 2"), units =("mV", "mV"), labels = ("chan 1", "chan 2"), units =("mV", "mV"),
docstring='1D scan parameter for digitizer') docstring='1D scan parameter for digitizer')
......
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