예제 #1
0
def scan_location(loc):
    # do a recursive scan
    blcontrol.beamline.sample_changer.scan(loc, True)
    return scutils.get_sc_contents()
예제 #2
0
def select_location(loc):
    blcontrol.beamline.sample_changer.select(loc)
    return scutils.get_sc_contents()
예제 #3
0
def get_sc_contents_view():
    return jsonify(scutils.get_sc_contents())
예제 #4
0
def scan_location(loc):
    # do a recursive scan
    blcontrol.sample_changer.scan(loc, True)
    return scutils.get_sc_contents()
예제 #5
0
def select_location(loc):
    blcontrol.sample_changer.select(loc)
    return scutils.get_sc_contents()
예제 #6
0
def get_sc_contents_view():
    return jsonify(scutils.get_sc_contents())