synApps transform record#

The transform record is part of the calc module:
see:

https://htmlpreview.github.io/?https://raw.githubusercontent.com/epics-modules/calc/R3-6-1/documentation/TransformRecord.html#Fields

Ophyd support for the EPICS transform record

Public Structures

UserTransformN([prefix, kind, read_attrs, ...])

Single instance of the userTranN database.

UserTransformsDevice([prefix, kind, ...])

EPICS synApps XXX IOC setup of userTransforms: $(P):userTran$(N)

TransformRecord([prefix, kind, read_attrs, ...])

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

See:

https://htmlpreview.github.io/?https://raw.githubusercontent.com/epics-modules/calc/R3-6-1/documentation/TransformRecord.html#Fields

reset()[source]#

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.

class apstools.synApps.transform.UserTransformsDevice(prefix='', *, name, kind=None, read_attrs=None, configuration_attrs=None, parent=None, child_name_separator='_', connection_timeout=<object object>, **kwargs)[source]#

EPICS synApps XXX IOC setup of userTransforms: $(P):userTran$(N)

reset()[source]#

set all fields to default values

class apstools.synApps.transform.transformRecordChannel(prefix, letter, **kwargs)[source]#

channel of a synApps transform record: A-P

reset()

set all fields to default values

reset()[source]#

set all fields to default values