def scan_location(loc): # do a recursive scan blcontrol.beamline.sample_changer.scan(loc, True) return scutils.get_sc_contents()
def select_location(loc): blcontrol.beamline.sample_changer.select(loc) return scutils.get_sc_contents()
def get_sc_contents_view(): return jsonify(scutils.get_sc_contents())
def scan_location(loc): # do a recursive scan blcontrol.sample_changer.scan(loc, True) return scutils.get_sc_contents()
def select_location(loc): blcontrol.sample_changer.select(loc) return scutils.get_sc_contents()