Michele Sardo
Michele Sardo
As a use case, I can imagine a situation where the instrument return an error after a specific command and may be you need to implement some recovery action. So...
This, in my opinion a strong and valid argument, which I share. In the specific case, the next error is a standard command, so I would not consider it an...
I think this is linked to the regional settings in your computer. Is your PC settings using `,` (comma) as decimal separator ?
I think this is a known limitation (see #310), but I am not sure if it is related to PyQt or to pymeasure itself. The only workaround I know is...
I would reopen this, so eventually can be properly fixed.
In general, I believe that a sequence as defined today is nothing more than a convenient way to queue a set of experiments (with certain parameters sweep) without the burden...
Apparently, this function is not supported in the instrument driver. A possible workaround that will not require to edit the file is: ``` k2450.write(":SENS:VOLT:RSENSE 4") # To set k2450.ask(":SENS:VOLT:RSENSE?") #...
@achadha0111, there is no modification to do in the instrument. You just make an instance of the instrument as you do currently and whenever you need to change/read the number...
I think this is totally expected. The `ask` is providing the query of the parameter, so, if you set it to 4 in the `startup` method, you would read 4...
I have actually discovered that also in `Ubuntu 20.04.2 LTS` with `python 3.8.10` and `PyQt5`, `script_plotter.py` does not work. I see black screen and graph not shown. If I use...