Rotation Stages¶
This module provides support for connecting to a rotation stage server. The code for the rotation stage server is hosted in a private repo for security via obscurity. A rotation_stage client object can be created by
>>> import hardware
>>> rot = hardware.rotation_stages.NSC_A1(hostname='hostname.stanford.edu')
-
class
hardware.rotation_stages.
NSC_A1
(hostname)[source]¶ Defines a rotation_stage_client object for communicating with a rotation stage server.
Parameters: hostname (str) – The hostname of the server.
Variables: - angle (float) – The absolute position of the rotation stage in degrees
- velocity (float) – The angular velocity of the rotation stage in degrees/second