Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driver/sigrokdriver: add channel group parameter #1536

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nlabriet
Copy link
Contributor

@nlabriet nlabriet commented Nov 4, 2024

Add channel group parameter to sigrok devices

Description

Trying to interface Labgrid with a power supply using sigrok, I need to specify the channel group to be used (in my case: -g 1).

Checklist

  • The arguments and description in doc/configuration.rst have been updated
  • PR has been tested with a scpi-pps power supply

Copy link

codecov bot commented Nov 4, 2024

Codecov Report

Attention: Patch coverage is 42.85714% with 4 lines in your changes missing coverage. Please review.

Project coverage is 56.5%. Comparing base (0304ec6) to head (d6c5973).

Files with missing lines Patch % Lines
labgrid/driver/sigrokdriver.py 0.0% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1536     +/-   ##
========================================
- Coverage    56.5%   56.5%   -0.1%     
========================================
  Files         168     168             
  Lines       13111   13118      +7     
========================================
+ Hits         7417    7420      +3     
- Misses       5694    5698      +4     
Flag Coverage Δ
3.10 56.5% <42.8%> (-0.1%) ⬇️
3.11 56.5% <42.8%> (-0.1%) ⬇️
3.12 56.5% <42.8%> (-0.1%) ⬇️
3.13 56.5% <42.8%> (-0.1%) ⬇️
3.9 56.5% <42.8%> (-0.1%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant