Ophyd
Revision as of 12:23, 31 July 2015 by KevinYager (talk | contribs) (Created page with "'''ophyd''' is a Python-based interactive environment for instrument control at NSLS-II synchrotron beamlines. ==Examples== * wh_pos() : motor positions * mov(dcm...")
ophyd is a Python-based interactive environment for instrument control at NSLS-II synchrotron beamlines.
Examples
- wh_pos() : motor positions
- mov(dcm_x, 1.0) : move motor
- movr(dcm_x, -1.0) : relative motion
- movr([dcm_x, dcm_y], [-1.0,-1.0]) : multiple motions