6.5.5. qumada.utils.init_station

qumada.utils.init_station.get_station_instr(station)[source]

Lists all instruments listed in a qcodes station config yaml. Can be used to create instances of instruments after loading the station.

qumada.utils.init_station.instance_instr(station)[source]

Creates instances of all instruments listed in qcodes stations qconfig yaml and puts them into a list. Not the most elegant way but might be handy for automation…