caproto.ioc_examples.scan_rate.ScanRateIOC¶

- 
class 
caproto.ioc_examples.scan_rate.ScanRateIOC(prefix, *, macros=None, parent=None, name=None)[source]¶ ScanRateIOC pvproperties¶ Attribute
Suffix
Docs
Type
Notes
Alarm Group
scanned
scannedAn 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_valuestype_maptype_map_read_onlypvproperty 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.")
-