caproto.server.server.FieldProxy

Inheritance diagram of FieldProxy
class caproto.server.server.FieldProxy(field_spec, record_class, field_name)[source]

A proxy class which allows access to pvproperty.fields.Field.

This allows for customization of the putter and startup methods, for example, in a top-level PVGroup.

Methods

getter(getter)

putter(putter)

scan(scan)

shutdown(shutdown)

startup(startup)