Tobias Hangleiter
Tobias Hangleiter
Hi both, apologies for the radio silence on my end. I'm afraid that I do not have the time to migrate the drivers from my branch to @DCEM's at the...
Ah, apologies for not searching for an existing issue. I don't actually use the functionality, so I'm all for keeping `Parameter` simple. I can open up a PR for validation...
> @thangleiter I think we should reopen since we have only resolved this partially? Do you agree I guess it makes sense to keep it open for bookkeeping. The last...
At the moment and as far as I can tell, you'll have to search for the exact font names using `tectonic -X bundle search "libertinus"` and edit your `acmart.cls` accordingly....
> Hi @thangleiter thank you for the feedback and thank you for describing your use case and possible ideas to improve the Help pane functionality in such a clear way!...
> I am assuming you would like to use the parameter with `dond` functions? Because, if not you could just work with the plain `Parameter` as you suggested. I don't...
> I think there was a misunderstanding regarding the usage of `DynamicMultiParameter`. You should specify _time_ as a setpoint: Ah I see. That was indeed not clear to me, thanks....
My magnet is X/Z with 1 master and 3 slaves. The command that the old driver used to query which axes are present returns ... all three. So automatic detection...
I'm open to do that in principle but I'd have to see if and when I get around to it. I'd be happy to test someone else's implementation any time...
I think this is a great addition. I have written `Parameter` subclasses with similar patterns [multiple](https://github.com/QCoDeS/Qcodes_contrib_drivers/blob/087e5f45e856c6df3aacd4b0aa3f7e194eba5f50/src/qcodes_contrib_drivers/drivers/SwabianInstruments/private/time_tagger.py#L132-L160) [times](https://github.com/qutech-lab/Qcodes_contrib_drivers/blob/50165e83ab459603e0ad1826e9dd7acb39543afd/src/qcodes_contrib_drivers/drivers/Andor/Andor_iDus4xx.py#L384-L403) + several in my measurement code.