Replies: 1 comment
-
As far as I know, there is no built-in function to save a station to a yaml file and in my opinion, unless you have some specific use-case, there is no need for that. You can always add created instrument to the loaded station file via add_component function, but it only adds to the qcodes station object and not in the loaded station.yaml. Usually, users create a station yaml file before performing any experiment and put their entire experimental setup there. They only load specific instruments and parameters from their station file in their specific experiment. |
Beta Was this translation helpful? Give feedback.
-
I note that it's possible to load a station from a yaml; but is it possible to save a station to a yaml? I can't find a function in the API to do that? or is there some simple scheme to convert from the json snapshot to the yaml ( also, at a glance, it seems no; it seems like it'd be a small amount of work? i.e. the keys aren't the same?
Beta Was this translation helpful? Give feedback.
All reactions