Bug 506 - PulseView fails sample with Logic16 device
Summary: PulseView fails sample with Logic16 device
Status: RESOLVED FIXED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Acquisition (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-29 15:23 CET by Joel Holdsworth
Modified: 2019-06-30 19:22 CEST (History)
3 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Holdsworth 2014-11-29 15:23:44 CET
Sampling fails to start, with no error message except this message printed on the command line:

sr: hwdriver: Option 'limit_samples' not available to get for this device.
Comment 1 Bert Vermeulen 2014-11-29 17:04:56 CET
This error message is produced by the library wrapper sr_config_get(). It checks the capabilities for the driver/sdi/key/cg before doing the get(), and noticed that the driver doesn't support that operation.

You should basically never see this error, since you should be checking the capability yourself before calling sr_config_get().
Comment 2 karlp 2015-09-04 03:05:26 CEST
I see the "Option limit_samples not available"... on both of my l16 clones, they both work just fine though.
Comment 3 karlp 2016-11-30 17:28:33 CET
I don't see this any more, is it possible this has been resolved?
Comment 4 Uwe Hermann 2019-06-30 19:22:09 CEST
Can't reproduce, this has probably been fixed a long time ago, closing.