Skip to content

Commit

Permalink
Update labgrid/driver/sigrokdriver.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Krause <[email protected]>
Signed-off-by: Chrissi^ (Chris Fiege) <[email protected]>
  • Loading branch information
SmithChart and Bastian-Krause authored Jul 11, 2023
1 parent d310f25 commit 292fb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labgrid/driver/sigrokdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class SigrokDmmDriver(SigrokCommon):
def start(self, samples, timeout=None):
"""
Starts to read samples from the DMM.
This function returns once sampling has been started. Sampling continues in the background.
This method returns once sampling has been started. Sampling continues in the background.
Note: We use subprocess.PIPE to buffer the samples. When this buffer is too small for the number of
sampled requested sampling may stall.
Expand Down

0 comments on commit 292fb32

Please sign in to comment.