caproto.ioc_examples.scan_rate.ScanRateIOC¶
- class caproto.ioc_examples.scan_rate.ScanRateIOC(prefix: str, *, macros: Dict[str, str] | None = None, parent: PVGroup | None = None, name: str | None = None)[source]¶
¶ Attribute
Suffix
Docs
Type
Notes
Alarm Group
scanned
scanned
An analog input with customizable scan rate.
float (
ai
)Startup
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
pvdb
attr_pvdb
attr_to_pvname
groups
pvproperty methods
- scanned.startup(self, instance, async_lib)¶
39@scanned.startup 40async def scanned(self, instance, async_lib): 41 print(f"{instance.name} startup called.")