Skip to content

Commit

Permalink
Auto-update from Github Actions Workflow
Browse files Browse the repository at this point in the history
Deployed from commit dc66631 (refs/heads/master)

Deployed from commit d96635d (refs/heads/master)

Deployed from commit 6fa68ba (refs/heads/master)

Deployed from commit 9a647a4 (refs/heads/master)

Deployed from commit 61bce9c (refs/heads/master)
  • Loading branch information
github-actions committed Feb 9, 2024
1 parent 2d187bd commit c2011f2
Show file tree
Hide file tree
Showing 648 changed files with 8,896 additions and 8,196 deletions.
2 changes: 1 addition & 1 deletion master/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 491e8f3e2665c3c03feaf5c3b692014d
config: dac8d48d7f7821d134b7e77538ec0e61
tags: 645f666f9bcd5a90fca523b33c5a78b7
1 change: 1 addition & 0 deletions master/_sources/api.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ pcdsdevices.epics_motor

pcdsdevices.epics_motor.BeckhoffAxis
pcdsdevices.epics_motor.BeckhoffAxisEPS
pcdsdevices.epics_motor.BeckhoffAxisEPSCustom
pcdsdevices.epics_motor.BeckhoffAxisNoOffset
pcdsdevices.epics_motor.BeckhoffAxisPLC
pcdsdevices.epics_motor.BeckhoffAxisPLCEPS
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,310 @@
pcdsdevices.epics\_motor.BeckhoffAxisEPSCustom
==============================================

.. currentmodule:: pcdsdevices.epics_motor

.. autoclass:: BeckhoffAxisEPSCustom



.. list-table:: Ophyd Device Components
:header-rows: 1
:widths: auto

* - Attribute
- Class
- Suffix
- Docs
- Kind
- Notes

* - user_readback (UpdateComponent)
- :class:`~pcdsdevices.signal.EpicsSignalROEditMD`
- ``.RBV``
- Component attribute
::

Component(EpicsSignalRO, '.RBV', auto_monitor=True, kind='hinted')

- hinted
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - user_setpoint (UpdateComponent)
- :class:`~pcdsdevices.signal.EpicsSignalEditMD`
- ``.VAL``
- Component attribute
::

Component(EpicsSignal, '.VAL', limits=True, auto_monitor=True, kind='normal')

- normal
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - user_offset
- :class:`~ophyd.signal.EpicsSignal`
- ``.OFF``
-
- config
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - user_offset_dir
- :class:`~ophyd.signal.EpicsSignal`
- ``.DIR``
-
- config
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - offset_freeze_switch
- :class:`~ophyd.signal.EpicsSignal`
- ``.FOFF``
-
- omitted
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - set_use_switch
- :class:`~ophyd.signal.EpicsSignal`
- ``.SET``
-
- omitted
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - velocity
- :class:`~ophyd.signal.EpicsSignal`
- ``.VELO``
-
- config
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - acceleration
- :class:`~ophyd.signal.EpicsSignal`
- ``.ACCL``
-
- config
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - motor_egu
- :class:`~ophyd.signal.EpicsSignal`
- ``.EGU``
-
- config
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - motor_is_moving
- :class:`~ophyd.signal.EpicsSignalRO`
- ``.MOVN``
-
- normal
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - motor_done_move
- :class:`~ophyd.signal.EpicsSignalRO`
- ``.DMOV``
-
- omitted
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - high_limit_switch
- :class:`~ophyd.signal.EpicsSignalRO`
- ``.HLS``
-
- normal
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - low_limit_switch
- :class:`~ophyd.signal.EpicsSignalRO`
- ``.LLS``
-
- normal
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - high_limit_travel (UpdateComponent)
- :class:`~ophyd.signal.EpicsSignal`
- ``.HLM``
- Component attribute
::

Component(EpicsSignal, '.HLM', auto_monitor=True, kind='omitted')

- config
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - low_limit_travel (UpdateComponent)
- :class:`~ophyd.signal.EpicsSignal`
- ``.LLM``
- Component attribute
::

Component(EpicsSignal, '.LLM', auto_monitor=True, kind='omitted')

- config
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - direction_of_travel
- :class:`~ophyd.signal.EpicsSignal`
- ``.TDIR``
-
- normal
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - motor_stop
- :class:`~ophyd.signal.EpicsSignal`
- ``.STOP``
-
- normal
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - disabled
- :class:`~ophyd.signal.EpicsSignal`
- ``.DISP``
-
- omitted
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - description
- :class:`~ophyd.signal.EpicsSignal`
- ``.DESC``
-
- normal
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - dial_position
- :class:`~ophyd.signal.EpicsSignalRO`
- ``.DRBV``
-
- normal
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - plc
- :class:`~pcdsdevices.epics_motor.BeckhoffAxisPLC`
- ``:PLC:``
- PLC error handling and aux functions.
- normal
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`

* - motor_spmg
- :class:`~ophyd.signal.EpicsSignal`
- ``.SPMG``
- Stop, Pause, Move, Go
- config
- Inherited from :class:`~pcdsdevices.epics_motor.BeckhoffAxis`





















































.. rubric:: Methods


.. automethod:: camonitor
.. automethod:: check_limit_switches
.. automethod:: clear_error
.. automethod:: clear_limits
.. automethod:: configure
.. automethod:: describe
.. automethod:: disable
.. automethod:: enable
.. automethod:: end_monitor_thread
.. automethod:: get
.. automethod:: get_high_limit
.. automethod:: get_lim
.. automethod:: get_low_limit
.. automethod:: home
.. automethod:: move
.. automethod:: mv
.. automethod:: mv_ginput
.. automethod:: mvr
.. automethod:: post_elog_status
.. automethod:: read
.. automethod:: read_configuration
.. automethod:: screen
.. automethod:: set
.. automethod:: set_current_position
.. automethod:: set_high_limit
.. automethod:: set_lim
.. automethod:: set_low_limit
.. automethod:: set_position
.. automethod:: status
.. automethod:: stop
.. automethod:: summary
.. automethod:: trigger
.. automethod:: tweak
.. automethod:: umv
.. automethod:: umvr
.. automethod:: wait
.. automethod:: wm
.. automethod:: wm_update





.. rubric:: Attributes


.. autoattribute:: configuration_attrs
.. autoattribute:: connected
.. autoattribute:: egu
.. autoattribute:: high_limit
.. autoattribute:: hints
.. autoattribute:: home_forward
.. autoattribute:: home_reverse
.. autoattribute:: kind
.. autoattribute:: limits
.. autoattribute:: low_limit
.. autoattribute:: moving
.. autoattribute:: position
.. autoattribute:: precision
.. autoattribute:: settle_time
.. autoattribute:: subscriptions
.. autoattribute:: timeout
.. autoattribute:: tolerated_alarm


32 changes: 25 additions & 7 deletions master/_sources/generated/pcdsdevices.slits.ExitSlits.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,27 @@
- normal
-

* - gap_motor
- :class:`~pcdsdevices.epics_motor.BeckhoffAxisNoOffset`
- ``:MMS:GAP``
- Direct control of the slits gap motor.
- normal
-

* - upper_crystal_pitch_motor
- :class:`~ophyd.epics_motor.EpicsMotor`
- ``:MMZ:PITCH:TOP``
- Direct control of the upper slits assembly piezo pitch motor.
- normal
-

* - lower_crystal_pitch_motor
- :class:`~ophyd.epics_motor.EpicsMotor`
- ``:MMZ:PITCH:BOTTOM``
- Direct control of the lower slits assembly piezo pitch motor.
- normal
-

* - pitch_motor
- :class:`~pcdsdevices.epics_motor.BeckhoffAxisNoOffset`
- ``:MMS:PITCH``
Expand All @@ -60,13 +81,6 @@
- normal
-

* - gap_motor
- :class:`~pcdsdevices.epics_motor.BeckhoffAxisNoOffset`
- ``:MMS:GAP``
- Direct control of the slits gap motor.
- normal
-

* - detector
- :class:`~pcdsdevices.areadetector.detectors.PCDSAreaDetectorTyphosTrigger`
- ``:CAM:``
Expand Down Expand Up @@ -159,6 +173,10 @@










Expand Down
Loading

0 comments on commit c2011f2

Please sign in to comment.