hantek-dso offers configuration-option SR_CONF_FILTER, which is passed by Pulseview to api.c of hantek-dso function 'config_list'. Handling of SR_CONF_FILTER has been removed from 'config_list' by Bert Vermeulen <b...@biot.com> on the 2014-10-27 in commit 933defaa03abe4f3f01eff8067c3f0060914b050 (SR_CONF_FILTER no longer is a listable (enum) option, but binary (no need to get list of values from driver). 'config_list' returns SR_ERR_NA and PulseView exits with message 'Exception: not applicable'.
Correct fix for this issue is to have PulseView bind SR_CONF_FILTER to binary instead of enum: https://github.com/ntruchsess/pulseview/commit/49e0fd6721445399ea2a2b2a c6f8bcdb14f54f77 Please feel free to pull this commit. regards, Norbert Truchsess ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel