caproto.server.server.FieldProxy

Inheritance diagram of FieldProxy
class caproto.server.server.FieldProxy(field_spec: FieldSpec, record_class: RecordFieldGroup, field_name: str)[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)