Thibaud Ruelle
Thibaud Ruelle
Our dataset comprises 4 dependent parameters, which depend on 1 or 2 of the 2 independent parameters. `interdeps.dependencies` returns: ``` {ParamSpecBase('PDt_gain', 'numeric', 'Gain', ''): (ParamSpecBase('N_stepd', 'numeric', 'number of stepper stepd...
Changes proposed in this pull request: - Add MultiParameterWithSetpoints, which is mostly the same as ParameterWithSetpoints except the get function returns a Sequence of Arrays - Update `expand_setpoints()`, `Dataset.add_results()` and...
Fixes #1601. Changes proposed in this pull request: - add `return_setpoints` option (defaulting to `True`) to `get_parameter_data()` in both `dataset.Dataset` and `dataset.sqlite.queries` @astafan8
In the case of a `Multiparameter` with many internal setpoints that stay constant while an external setpoint is swept, the output of `Dataset.get_parameter_data` can get unwieldy. A useful option would...