Skip to content

Commit

Permalink
DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 22, 2017
1 parent cf049b0 commit 4504ccc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
3 changes: 1 addition & 2 deletions APS_BlueSky_tools/synApps_ophyd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
Support the default structures as provided by the
synApps template XXX IOC.
EXAMPLES
========
EXAMPLES:;
import APS_BlueSky_tools.synApps_ophyd
scans = APS_BlueSky_tools.synApps_ophyd.sscanDevice("xxx:", name="scans")
Expand Down
6 changes: 6 additions & 0 deletions APS_BlueSky_tools/synApps_ophyd/sscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"""
Ophyd support for the EPICS synApps sscan record
EXAMPLE
import APS_BlueSky_tools.synApps_ophyd
scans = APS_BlueSky_tools.synApps_ophyd.sscanDevice("xxx:", name="scans")
Public Structures
.. autosummary::
Expand Down
13 changes: 13 additions & 0 deletions APS_BlueSky_tools/synApps_ophyd/swait.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
"""
Ophyd support for the EPICS synApps swait record
EXAMPLES:;
import APS_BlueSky_tools.synApps_ophyd
calcs = APS_BlueSky_tools.synApps_ophyd.userCalcsDevice("xxx:", name="calcs")
calc1 = calcs.calc1
APS_BlueSky_tools.synApps_ophyd.swait_setup_random_number(calc1)
APS_BlueSky_tools.synApps_ophyd.swait_setup_incrementer(calcs.calc2)
calc1.reset()
.. autosummary::
~swaitRecord
Expand Down

0 comments on commit 4504ccc

Please sign in to comment.