コード例 #1
0
ファイル: samplechanger.py プロジェクト: tanghaoqi/mxcube3
def scan_location(loc):
    # do a recursive scan
    blcontrol.beamline.sample_changer.scan(loc, True)
    return scutils.get_sc_contents()
コード例 #2
0
ファイル: samplechanger.py プロジェクト: tanghaoqi/mxcube3
def select_location(loc):
    blcontrol.beamline.sample_changer.select(loc)
    return scutils.get_sc_contents()
コード例 #3
0
ファイル: samplechanger.py プロジェクト: tanghaoqi/mxcube3
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())