synApps transform record#
- The
transform
record is part of thecalc
module:
Ophyd support for the EPICS transform record
Public Structures
|
Single instance of the userTranN database. |
|
EPICS synApps XXX IOC setup of userTransforms: |
|
EPICS transform record support in ophyd |
- class apstools.synApps.transform.TransformRecord(prefix='', *, name, kind=None, read_attrs=None, configuration_attrs=None, parent=None, child_name_separator='_', connection_timeout=<object object>, **kwargs)[source]#
EPICS transform record support in ophyd
reset
()set all fields to default values
- class apstools.synApps.transform.UserTransformN(prefix='', *, name, kind=None, read_attrs=None, configuration_attrs=None, parent=None, child_name_separator='_', connection_timeout=<object object>, **kwargs)[source]#
Single instance of the userTranN database.