caproto.server.records.RecordFieldGroup¶
-
class
caproto.server.records.RecordFieldGroup(prefix, **kw)[source]¶ RecordFieldGroup pvproperties¶ Attribute
Suffix
Docs
Type
Notes
Alarm Group
access_security_group
ASGAccess Security Group
CHAR
Length(29)
alarm_acknowledge_severity
ACKSAlarm Ack Severity
ENUM
Read-only
alarm_acknowledge_transient
ACKTAlarm Ack Transient
ENUM
Read-only
alarm_status
STATAlarm Status
ENUM
Read-only
current_alarm_severity
SEVRAlarm Severity
ENUM
Read-only
dbputfield_process
PUTFdbPutField process
CHAR
Read-only
description
DESCDescriptor
CHAR
Length(41) Get Put
device_type
DTYPDevice Type
ENUM
disable
DISADisable
INT
disable_alarm_severity
DISSDisable Alarm Sevrty
ENUM
disable_putfield
DISPDisable putField
CHAR
disable_value
DISVDisable Value
INT
event_name
EVNTEvent Name
CHAR
Length(40)
forward_link
FLNKForward Process Link
STRING
lock_count
LCNTLock Count
CHAR
Read-only
new_alarm_severity
NSEVNew Alarm Severity
ENUM
Read-only
new_alarm_status
NSTANew Alarm Status
ENUM
Read-only
process_at_iocinit
PINIProcess at iocInit
ENUM
process_record
PROCForce Processing
CHAR
Put
record_active
PACTRecord active
CHAR
Read-only
record_name
NAMERecord Name
CHAR
Read-only Length(61)
record_type
RTYPRecord type
STRING
Read-only
reprocess
RPROReprocess
CHAR
Read-only
scan_phase
PHASScan Phase
INT
scan_rate
SCANScan Mechanism
ENUM
Put
scanning_disable
SDISScanning Disable
STRING
scheduling_priority
PRIOScheduling Priority
ENUM
time_stamp_event
TSETime Stamp Event
INT
time_stamp_link
TSELTime Stamp Link
STRING
trace_processing
TPROTrace Processing
CHAR
undefined
UDFUndefined
CHAR
undefined_alarm_severity
UDFSUndefined Alarm Sevrty
ENUM
Methods
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)Attributes
default_valueshas_val_fieldscan_rate_secRecord scan rate, in seconds (read-only)
type_maptype_map_read_onlypvproperty methods
-
description.getter(self, instance)¶
29 30 31
@pvprop.getter async def getter(self, instance): return getattr(self.parent, parent_attr_name, default)
-