runmanager.get_shot_globals

runmanager.get_shot_globals(filepath)[source]

Returns the evaluated globals for a shot, for use by labscript or lyse. Simple dictionary access as in dict(h5py.File(filepath).attrs) would be fine except we want to apply some hacks, so it’s best to do that in one place.

Deprecated: use identical function labscript_utils.shot_utils.get_shot_globals