synApps sscan record

see the synApps sscan module suppport: https://github.com/epics-modules/sscan

Ophyd support for the EPICS synApps sscan record

see: https://epics.anl.gov/bcda/synApps/sscan/sscanRecord.html

EXAMPLE

import apstools.synApps_ophyd scans = apstools.synApps_ophyd.sscanDevice(“xxx:”, name=”scans”) scans.select_channels() # only the channels configured in EPICS

Public Structures

sscanRecord(*args, **kwargs)

EPICS synApps sscan record: used as $(P):scan(N)

sscanDevice(*args, **kwargs)

synApps XXX IOC setup of sscan records: $(P):scan$(N)

Private Structures

sscanPositioner(*args, **kwargs)

positioner of an EPICS sscan record

sscanDetector(*args, **kwargs)

detector of an EPICS sscan record

sscanTrigger(*args, **kwargs)

detector trigger of an EPICS sscan record