Benedikt Burger
Benedikt Burger
In #781 we convened on using `get_process` on the individual values and `get_process_list` on the whole list, but only one of them both may be used at most. Do you...
Thanks for your suggestion and contribution. From our recent instrument changes, we learned, that it is better, to discuss the ideas behind an implementation in an issue than in a...
Thanks for raising the issue. Please provide feedback, that we may fix it. We gladly support you in fixing it, if you want to.
Did you try to increase the timeout value? Do you give the correct VISA resource string to the device? (compare it with your own code)
What version of pymeasure are you using (from pypi or from github)? What pyvisa version do you have? What VISA backend are you using? Could you post the code you...
Yes, that would mean yet another parameter.
> Maybe a better name could be `get_process_list` to clarify that those two options are closely related? I like that name. > Do you envision that `get_process` and `get_process_list` are...
If necessary, you can always write an ordinary python property. For example, if some request returns binary values, you do not use a pymeasure property, but plain python property dealing...
Hey @jurajjasik would you mind merging in the master branch, then I can merge your branch into pymeasure! Thanks!
Could you merge the master into this branch, please?