Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bliss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Vincent
bliss
Commits
8ea8994a
Commit
8ea8994a
authored
1 year ago
by
Matias Guijarro
Browse files
Options
Downloads
Plain Diff
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
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bliss/controllers/keithley3706.py
+3
-3
3 additions, 3 deletions
bliss/controllers/keithley3706.py
with
3 additions
and
3 deletions
bliss/controllers/keithley3706.py
+
3
−
3
View file @
8ea8994a
...
...
@@ -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
)
+
"
,
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment