caproto.ioc_examples.scan_rate.ScanRateIOC¶
-
class
caproto.ioc_examples.scan_rate.
ScanRateIOC
(prefix: str, *, macros: Optional[Dict[str, str]] = None, parent: Optional[caproto.server.server.PVGroup] = None, name: Optional[str] = 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
pvproperty methods
-
scanned.
startup
(self, instance, async_lib)¶
39 40 41
@scanned.startup async def scanned(self, instance, async_lib): print(f"{instance.name} startup called.")
-