Qcodes
Qcodes copied to clipboard
Modular data acquisition framework
If one overwrites the station the snapshot gets reset - that is, it doesnt have any references to instruments previously imported. However, all instruments are still functioning in qcodes so...
Fixes #1873 Changes proposed in this pull request: - Add a parameter to Monitor when using `station.add_component`, if `add_to_monitor` argument is `True` (default `False`). - Using `remove_component` also deletes the...
Hi, I have a small feature pull request. To my knowledge, it is not currently possible to add parameters to the Monitor through the station object without using `load_instrument`. This...
The two columns `run_timestamp` and `completed_timestamp` in the `runs` table of the SQLite database have type `INTEGER`, but are in fact used to store floats.  I am not really...
The function `get_data_by_id`, which is also being used by `get_shaped_data_by_runid`, only looks for dependent variables. That means that a flat/dependency-less run can not have its data retrieved by this function....
Presently it's not-obvious how to work with a ParameterWithSetpoints with >1D setpoints. Making the call to the expand_setpoints_helper automatically would save the user having to worry about this. tagging @jenshnielsen...
todo until completion: - [ ] rework the logic regarding `_compute_unknowns` method so that a `FieldVector` instance ALWAYS has ALL of its coordinates calculated (currently it is possible to end...
This PR intends to extend the existing `DelegateParameter` to also cover other parameter types (other than `Parameter`) including the ParameterWithSetpoints. The current shortcoming is the access of Parameter properties and...
After https://github.com/QCoDeS/Qcodes/pull/1741 (and partially https://github.com/QCoDeS/Qcodes/pull/1715) the fact that a `Measurement` has a `name` which after the measurement becomes also the `name` of the resulting `DataSet` should probably be captured in...
This is a proposal for discussion as there at least one unsettled design issue. The idea is to ensure that snapshot(update=True) is only triggered once pr parameter group. This has...