Example #1
0
def scan_location(loc):
    # do a recursive scan
    blcontrol.beamline.sample_changer.scan(loc, True)
    return scutils.get_sc_contents()
Example #2
0
def select_location(loc):
    blcontrol.beamline.sample_changer.select(loc)
    return scutils.get_sc_contents()
Example #3
0
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()
def get_sc_contents_view():
    return jsonify(scutils.get_sc_contents())