When I use a Scannable(RangeScan(0., 100*us, 21, True), unit="us")) and submit the experiment through iquip, the obtained values are not scaled by 1e-6. In other words, they are (0., 5., 10., ...) instead of (0., 5e-6, 1e-5, ...).
Expected behavior
The appropriate scale should be applied for the common units.
Describe the bug
When I use a
Scannable(RangeScan(0., 100*us, 21, True), unit="us"))
and submit the experiment through iquip, the obtained values are not scaled by 1e-6. In other words, they are (0., 5., 10., ...) instead of (0., 5e-6, 1e-5, ...).Expected behavior
The appropriate scale should be applied for the common units.