DiamondLightSource / i22-bluesky

I22 specific bluesky plans and plan stubs
Apache License 2.0
0 stars 0 forks source link

Device configuration saving standardisation #89

Closed DiamondJoseph closed 2 months ago

DiamondJoseph commented 4 months ago

In November, yield from save(device) where device is an instance of Class made the following file structure: pvs/Class/device.yaml

Now, yield from save(device) in plan makes the following file structure: pvs/plan/Class/device/device.yaml

Possibly all that is required is pvs/plan/device.yaml?