Skip to content
Snippets Groups Projects
Commit 8ea8994a authored by Matias Guijarro's avatar Matias Guijarro
Browse files

Merge branch 'keithley_3706_less_verbose' into 'master'

k3706 was too verbose.

See merge request bliss/bliss!5415
parents 9b798027 00b0bb51
Branches master
No related tags found
No related merge requests found
Pipeline #115140 failed
......@@ -554,9 +554,9 @@ class Keithley3706(SamplingCounterController):
chan_list_str_comma = ""
for chan in self.counters:
user_print(
f"Counter {chan.name}: slot={chan.slot} channel={chan.channel} unit={chan.unit} id={chan.id}"
)
# user_print(
# f"Counter {chan.name}: slot={chan.slot} channel={chan.channel} unit={chan.unit} id={chan.id}"
# )
chan_list_str_comma += str(chan.id) + ","
......
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