caproto.server.records.AaoFields¶

- class caproto.server.records.AaoFields(prefix, **kw)[source]¶
AaoFields pvproperties¶ Attribute
Suffix
Docs
Type
Notes
Alarm Group
access_security_group
ASGAccess Security Group
PvpropertyChar
Length(29) Inherited from
RecordFieldGroupalarm_acknowledge_severity
ACKSAlarm Ack Severity
PvpropertyEnumRO
Read-only Inherited from
RecordFieldGroupalarm_acknowledge_transient
ACKTAlarm Ack Transient
PvpropertyEnumRO
Read-only Inherited from
RecordFieldGroupalarm_status
STATAlarm Status
PvpropertyEnumRO
Read-only Inherited from
RecordFieldGroupcurrent_alarm_severity
SEVRAlarm Severity
PvpropertyEnumRO
Read-only Inherited from
RecordFieldGroupdbputfield_process
PUTFdbPutField process
PvpropertyByteRO
Read-only Inherited from
RecordFieldGroupdescription
DESCDescriptor
PvpropertyChar
Length(41) Inherited from
RecordFieldGroupdevice_type
DTYPDevice Type
PvpropertyEnum
Inherited from
RecordFieldGroupdisable
DISADisable
PvpropertyShort
Inherited from
RecordFieldGroupdisable_alarm_severity
DISSDisable Alarm Sevrty
PvpropertyEnum
Inherited from
RecordFieldGroupdisable_putfield
DISPDisable putField
PvpropertyByte
Inherited from
RecordFieldGroupdisable_value
DISVDisable Value
PvpropertyShort
Inherited from
RecordFieldGroupdisplay_precision
PRECDisplay Precision
PvpropertyShort
Inherited from
AaoFieldsGet Putengineering_units
EGUEngineering Units
PvpropertyChar
Length(16) Inherited from
AaoFieldsevent_name
EVNTEvent Name
PvpropertyChar
Length(40) Inherited from
RecordFieldGroupfield_type_of_value
FTVLField Type of Value
PvpropertyEnumRO
Read-only Inherited from
AaoFieldsforward_link
FLNKForward Process Link
PvpropertyString
Inherited from
RecordFieldGrouphash_of_onchange_data
HASHHash of OnChange data.
PvpropertyInteger
Inherited from
AaoFieldshigh_operating_range
HOPRHigh Operating Range
PvpropertyDouble
Inherited from
AaoFieldsGet Putlock_count
LCNTLock Count
PvpropertyByteRO
Read-only Inherited from
RecordFieldGrouplow_operating_range
LOPRLow Operating Range
PvpropertyDouble
Inherited from
AaoFieldsGet Putnew_alarm_severity
NSEVNew Alarm Severity
PvpropertyEnumRO
Read-only Inherited from
RecordFieldGroupnew_alarm_status
NSTANew Alarm Status
PvpropertyEnumRO
Read-only Inherited from
RecordFieldGroupnumber_elements_read
NORDNumber elements read
PvpropertyIntegerRO
Read-only Inherited from
AaoFieldsnumber_of_elements
NELMNumber of Elements
PvpropertyIntegerRO
Read-only Inherited from
AaoFieldsGetoutput_specification
OUTOutput Specification
PvpropertyString
Inherited from
AaoFieldspost_archive_monitors
APSTPost Archive Monitors
PvpropertyEnum
Inherited from
AaoFieldspost_value_monitors
MPSTPost Value Monitors
PvpropertyEnum
Inherited from
AaoFieldsprev_simulation_mode
OLDSIMMPrev. Simulation Mode
PvpropertyEnumRO
Read-only Inherited from
AaoFieldsprocess_at_iocinit
PINIProcess at iocInit
PvpropertyEnum
Inherited from
RecordFieldGroupprocess_record
PROCForce Processing
PvpropertyByte
Inherited from
RecordFieldGrouprecord_active
PACTRecord active
PvpropertyByteRO
Read-only Inherited from
RecordFieldGrouprecord_name
NAMERecord Name
PvpropertyCharRO
Read-only Length(61) Inherited from
RecordFieldGrouprecord_type
RTYPRecord type
PvpropertyStringRO
Read-only Inherited from
RecordFieldGroupreprocess
RPROReprocess
PvpropertyByteRO
Read-only Inherited from
RecordFieldGroupscan_phase
PHASScan Phase
PvpropertyShort
Inherited from
RecordFieldGroupscan_rate
SCANScan Mechanism
PvpropertyEnum
Inherited from
RecordFieldGroupscanning_disable
SDISScanning Disable
PvpropertyString
Inherited from
RecordFieldGroupscheduling_priority
PRIOScheduling Priority
PvpropertyEnum
Inherited from
RecordFieldGroupsim_mode_async_delay
SDLYSim. Mode Async Delay
PvpropertyDouble
Inherited from
AaoFieldssim_mode_scan
SSCNSim. Mode Scan
PvpropertyEnum
Inherited from
AaoFieldssimulation_mode
SIMMSimulation Mode
PvpropertyEnum
Inherited from
AaoFieldssimulation_mode_link
SIMLSimulation Mode Link
PvpropertyString
Inherited from
AaoFieldssimulation_mode_severity
SIMSSimulation Mode Severity
PvpropertyEnum
Inherited from
AaoFieldssimulation_output_link
SIOLSimulation Output Link
PvpropertyString
Inherited from
AaoFieldstime_stamp_event
TSETime Stamp Event
PvpropertyShort
Inherited from
RecordFieldGrouptime_stamp_link
TSELTime Stamp Link
PvpropertyString
Inherited from
RecordFieldGrouptrace_processing
TPROTrace Processing
PvpropertyByte
Inherited from
RecordFieldGroupundefined
UDFUndefined
PvpropertyByte
Inherited from
RecordFieldGroupundefined_alarm_severity
UDFSUndefined Alarm Sevrty
PvpropertyEnum
Inherited from
RecordFieldGroupMethods
group_read(instance)Generic read called for channels without get defined
group_write(instance, value)Generic write called for channels without put defined
publish(flags)value_write_hook(instance, value)An overridable hook for the parent value having been updated.
Attributes
default_valueshas_val_fieldscan_rate_secRecord scan rate, in seconds (read-only)
type_maptype_map_read_onlyparentpvdbattr_pvdbattr_to_pvnamegroupspvproperty methods
- display_precision.getter(self, instance)¶
41@pvprop.getter 42async def getter(self, instance): 43 return getattr(self.parent, parent_attr_name, default)
- high_operating_range.getter(self, instance)¶
41@pvprop.getter 42async def getter(self, instance): 43 return getattr(self.parent, parent_attr_name, default)
- low_operating_range.getter(self, instance)¶
41@pvprop.getter 42async def getter(self, instance): 43 return getattr(self.parent, parent_attr_name, default)
- number_of_elements.getter(self, instance)¶
41@pvprop.getter 42async def getter(self, instance): 43 return getattr(self.parent, parent_attr_name, default)