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

Reduced print output

parent de9255a7
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ class MockM3202A(Instrument):
def plot(self, bias_T_rc_time=0):
for channel in range(1,5):
data, prescaler = self.get_data_prescaler(channel)
print(f'{self.name}.{channel} data: {[(len(s),p) for s,p in zip(data,prescaler)]}')
#print(f'{self.name}.{channel} data: {[(len(s),p) for s,p in zip(data,prescaler)]}')
if len(data) == 0:
continue
......
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