caproto.ioc_examples.simple.SimpleIOC

Inheritance diagram of SimpleIOC
class caproto.ioc_examples.simple.SimpleIOC(prefix, *, macros=None, parent=None, name=None)[source]

An IOC with three uncoupled read/writable PVs.

SimpleIOC pvproperties

Attribute

Suffix

Docs

Type

Notes

Alarm Group

A

A

An integer

int

B

B

A float

float

C

C

An array of integers (max length 3)

int

Methods

group_read(instance)

Generic read called for channels without get defined

group_write(instance, value)

Generic write called for channels without put defined

Attributes

default_values

type_map

type_map_read_only

pvproperty methods