Difference between revisions of "CHX:Hints"
KevinYager (talk | contribs) |
KevinYager (talk | contribs) (→ophyd) |
||
Line 9: | Line 9: | ||
* Control room: x2555 | * Control room: x2555 | ||
− | ==ophyd== | + | ==[[ophyd]]== |
* wh_pos() : motor positions | * wh_pos() : motor positions | ||
− | * mov( | + | * mov(diff_xh, 1.0) : move motor |
− | * movr( | + | * movr(diff_xh, -1.0) : relative motion |
− | * movr([ | + | * movr([diff_xh, diff_yh], [-1.0,-1.0]) : multiple motions |
==CSS== | ==CSS== |
Revision as of 12:23, 31 July 2015
This page provides brief notes/hints for using the CHX beamline at NSLS-II.
Status
General
- Floor coordinator: x5046
- Control room: x2555
ophyd
- wh_pos() : motor positions
- mov(diff_xh, 1.0) : move motor
- movr(diff_xh, -1.0) : relative motion
- movr([diff_xh, diff_yh], [-1.0,-1.0]) : multiple motions
CSS
Replay
- ./replay
- Allows access to log entries and graphs.