Difference between revisions of "CHX:Hints"

From GISAXS
Jump to: navigation, search
(ophyd)
Line 9: Line 9:
 
* Control room: x2555
 
* Control room: x2555
  
==ophyd==
+
==[[ophyd]]==
 
* wh_pos() : motor positions
 
* wh_pos() : motor positions
* mov(dcm_x, 1.0) : move motor
+
* mov(diff_xh, 1.0) : move motor
* movr(dcm_x, -1.0) : relative motion
+
* movr(diff_xh, -1.0) : relative motion
* movr([dcm_x, dcm_y], [-1.0,-1.0]) : multiple motions
+
* movr([diff_xh, diff_yh], [-1.0,-1.0]) : multiple motions
  
 
==CSS==
 
==CSS==

Revision as of 13: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.