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 a32cbb9 (refs/heads/master)

Deployed from commit 17b0a0f (refs/heads/master)

Deployed from commit 6494716 (refs/heads/master)
  • Loading branch information
github-actions committed Nov 9, 2023
1 parent e8de401 commit 775943b
Show file tree
Hide file tree
Showing 647 changed files with 14,439 additions and 2,123 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: 43618bcbec33a2370a0b28e76a5f179a
config: 6141b8612b5c075d3fac748857beb7b9
tags: 645f666f9bcd5a90fca523b33c5a78b7
37 changes: 35 additions & 2 deletions master/_sources/api.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ pcdsdevices.attenuator
pcdsdevices.attenuator.GasAttenuator
pcdsdevices.attenuator.GattApertureX
pcdsdevices.attenuator.GattApertureY
pcdsdevices.attenuator.SXRGasAtt
pcdsdevices.attenuator.SXRLadderAttenuatorBlade
pcdsdevices.attenuator.SXRLadderAttenuatorStates
pcdsdevices.attenuator.get_blade_enum
Expand Down Expand Up @@ -237,6 +238,7 @@ pcdsdevices.energy_monitor

pcdsdevices.energy_monitor.GEM
pcdsdevices.energy_monitor.GMD
pcdsdevices.energy_monitor.GMDPreAmp
pcdsdevices.energy_monitor.XGMD

pcdsdevices.epics_motor
Expand Down Expand Up @@ -435,6 +437,16 @@ pcdsdevices.jet
pcdsdevices.jet.Injector
pcdsdevices.jet.InjectorWithFine

pcdsdevices.keithley
--------------------

.. autosummary::
:toctree: generated

pcdsdevices.keithley.IM3L0_K2700
pcdsdevices.keithley.K2700
pcdsdevices.keithley.K6514

pcdsdevices.lamp_motion
-----------------------

Expand Down Expand Up @@ -746,8 +758,6 @@ pcdsdevices.pim

pcdsdevices.pim.IM2K0
pcdsdevices.pim.IM3L0
pcdsdevices.pim.IM3L0_K2700
pcdsdevices.pim.K2700
pcdsdevices.pim.LCLS2ImagerBase
pcdsdevices.pim.LCLS2Target
pcdsdevices.pim.PIM
Expand Down Expand Up @@ -845,6 +855,20 @@ pcdsdevices.pv_positioner
pcdsdevices.pv_positioner.PVPositionerDone
pcdsdevices.pv_positioner.PVPositionerIsClose

pcdsdevices.qadc
----------------

.. autosummary::
:toctree: generated

pcdsdevices.qadc.Qadc
pcdsdevices.qadc.Qadc134
pcdsdevices.qadc.Qadc134Common
pcdsdevices.qadc.Qadc134Lcls2
pcdsdevices.qadc.QadcCommon
pcdsdevices.qadc.QadcLcls1Timing
pcdsdevices.qadc.QadcLcls2Timing

pcdsdevices.radiation
---------------------

Expand Down Expand Up @@ -1083,6 +1107,15 @@ pcdsdevices.timetool
pcdsdevices.timetool.Timetool
pcdsdevices.timetool.TimetoolWithNav

pcdsdevices.tpr
---------------

.. autosummary::
:toctree: generated

pcdsdevices.tpr.TprMotor
pcdsdevices.tpr.TprTrigger

pcdsdevices.usb_encoder
-----------------------

Expand Down
205 changes: 205 additions & 0 deletions master/_sources/generated/pcdsdevices.attenuator.SXRGasAtt.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,205 @@
pcdsdevices.attenuator.SXRGasAtt
================================

.. currentmodule:: pcdsdevices.attenuator

.. autoclass:: SXRGasAtt



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

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

* - transmission
- :class:`~ophyd.signal.EpicsSignal`
- ``:TRANS_RBV``
- Transmission
- hinted
-

* - arb_req
- :class:`~ophyd.signal.EpicsSignalRO`
- ``:TRANS_REQ_RBV``
- Requested transmission
- hinted
-

* - pressure
- :class:`~ophyd.signal.EpicsSignal`
- ``:GCM:82:PRESS_RBV``
- Pressure
- hinted
-

* - pressure_setpoint_rbv
- :class:`~ophyd.signal.EpicsSignalRO`
- ``:CNTRL:SP_RBV``
- Pressure setpoint
- omitted
-

* - mode
- :class:`~ophyd.signal.EpicsSignal`
- ``:MODE_RBV``
- PMPS mode
- hinted
-

* - control_enable
- :class:`~ophyd.signal.EpicsSignal`
- ``:CNTRL:ON_RBV``
-
- hinted
-

* - pressure_control_enable
- :class:`~ophyd.signal.EpicsSignal`
- ``:MODE:PressureControl_RBV``
- Pressure control mode
- hinted
-

* - gas_type
- :class:`~ophyd.signal.EpicsSignalRO`
- ``:GAS_TYPE_RBV``
- Selected gas
- hinted
-

* - at_target
- :class:`~ophyd.signal.EpicsSignalRO`
- ``:AtTarget_RBV``
- At target
- hinted
-

* - moving
- :class:`~ophyd.signal.EpicsSignalRO`
- ``:Moving_RBV``
- Moving
- hinted
-

* - gas_att_ok
- :class:`~ophyd.signal.EpicsSignalRO`
- ``:OK_RBV``
- Ok
- hinted
-

* - transmission_setpoint_rbv
- :class:`~ophyd.signal.EpicsSignalRO`
- ``:TRANS_SP_RBV``
- Transmission setpoint
- omitted
-

* - pressure_control_valve
- :class:`~ophyd.signal.EpicsSignalRO`
- ``:VCN:70:POS_REQ_RBV``
- Requested position
- omitted
-

* - valve_n2
- :class:`~pcdsdevices.valve.VVC`
- ``:VVC:72``
- Valve n2
- hinted
-

* - valve_ar
- :class:`~pcdsdevices.valve.VVC`
- ``:VVC:71``
- Valve ar
- hinted
-

* - valve_pressure_control
- :class:`~pcdsdevices.valve.VCN`
- ``:VCN:70``
- Pressure control valve
- omitted
-









































.. rubric:: Methods


.. automethod:: configure
.. automethod:: describe
.. automethod:: get
.. automethod:: post_elog_status
.. automethod:: read
.. automethod:: read_configuration
.. automethod:: screen
.. automethod:: setup_mode
.. automethod:: stage_group_instances
.. automethod:: status
.. automethod:: stop
.. automethod:: summary
.. automethod:: trigger





.. rubric:: Attributes


.. autoattribute:: configuration_attrs
.. autoattribute:: connected
.. autoattribute:: hints
.. autoattribute:: kind
.. autoattribute:: needs_parent
.. autoattribute:: stage_group
.. autoattribute:: subscriptions


Loading

0 comments on commit 775943b

Please sign in to comment.