caproto.server.records.CompressFields

Inheritance diagram of CompressFields
class caproto.server.records.CompressFields(prefix, **kw)[source]
CompressFields pvproperties

Attribute

Suffix

Docs

Type

Notes

Alarm Group

access_security_group

ASG

Access Security Group

CHAR

Length(29) Inherited from RecordFieldGroup

alarm_acknowledge_severity

ACKS

Alarm Ack Severity

ENUM

Read-only Inherited from RecordFieldGroup

alarm_acknowledge_transient

ACKT

Alarm Ack Transient

ENUM

Read-only Inherited from RecordFieldGroup

alarm_status

STAT

Alarm Status

ENUM

Read-only Inherited from RecordFieldGroup

buffering_algorithm

BALG

Buffering Algorithm

ENUM

Inherited from CompressFields

compress_value_buffer

CVB

Compress Value Buffer

DOUBLE

Read-only Inherited from CompressFields

compressed_array_inx

INX

Compressed Array Inx

LONG

Read-only Inherited from CompressFields

compression_algorithm

ALG

Compression Algorithm

ENUM

Inherited from CompressFields

current_alarm_severity

SEVR

Alarm Severity

ENUM

Read-only Inherited from RecordFieldGroup

dbputfield_process

PUTF

dbPutField process

CHAR

Read-only Inherited from RecordFieldGroup

description

DESC

Descriptor

CHAR

Length(41) Inherited from RecordFieldGroup

device_type

DTYP

Device Type

ENUM

Inherited from RecordFieldGroup

disable

DISA

Disable

INT

Inherited from RecordFieldGroup

disable_alarm_severity

DISS

Disable Alarm Sevrty

ENUM

Inherited from RecordFieldGroup

disable_putfield

DISP

Disable putField

CHAR

Inherited from RecordFieldGroup

disable_value

DISV

Disable Value

INT

Inherited from RecordFieldGroup

display_precision

PREC

Display Precision

INT

Inherited from CompressFields Get Put

engineering_units

EGU

Engineering Units

CHAR

Length(16) Inherited from CompressFields

event_name

EVNT

Event Name

CHAR

Length(40) Inherited from RecordFieldGroup

forward_link

FLNK

Forward Process Link

STRING

Inherited from RecordFieldGroup

high_operating_range

HOPR

High Operating Range

DOUBLE

Inherited from CompressFields Get Put

init_high_interest_lim

IHIL

Init High Interest Lim

DOUBLE

Inherited from CompressFields

init_low_interest_lim

ILIL

Init Low Interest Lim

DOUBLE

Inherited from CompressFields

input_specification

INP

Input Specification

STRING

Inherited from CompressFields

lock_count

LCNT

Lock Count

CHAR

Read-only Inherited from RecordFieldGroup

low_operating_range

LOPR

Low Operating Range

DOUBLE

Inherited from CompressFields Get Put

n_to_1_compression

N

N to 1 Compression

LONG

Inherited from CompressFields

new_alarm_severity

NSEV

New Alarm Severity

ENUM

Read-only Inherited from RecordFieldGroup

new_alarm_status

NSTA

New Alarm Status

ENUM

Read-only Inherited from RecordFieldGroup

number_of_elements_in_working_buffer

INPN

Number of elements in Working Buffer

LONG

Read-only Inherited from CompressFields

number_of_values

NSAM

Number of Values

LONG

Read-only Inherited from CompressFields

number_used

NUSE

Number Used

LONG

Read-only Inherited from CompressFields

offset

OFF

Offset

LONG

Read-only Inherited from CompressFields

old_number_used

OUSE

Old Number Used

LONG

Read-only Inherited from CompressFields

process_at_iocinit

PINI

Process at iocInit

ENUM

Inherited from RecordFieldGroup

process_record

PROC

Force Processing

CHAR

Inherited from RecordFieldGroup

record_active

PACT

Record active

CHAR

Read-only Inherited from RecordFieldGroup

record_name

NAME

Record Name

CHAR

Read-only Length(61) Inherited from RecordFieldGroup

record_type

RTYP

Record type

STRING

Read-only Inherited from RecordFieldGroup

reprocess

RPRO

Reprocess

CHAR

Read-only Inherited from RecordFieldGroup

reset

RES

Reset

INT

Inherited from CompressFields

scan_phase

PHAS

Scan Phase

INT

Inherited from RecordFieldGroup

scan_rate

SCAN

Scan Mechanism

ENUM

Inherited from RecordFieldGroup

scanning_disable

SDIS

Scanning Disable

STRING

Inherited from RecordFieldGroup

scheduling_priority

PRIO

Scheduling Priority

ENUM

Inherited from RecordFieldGroup

time_stamp_event

TSE

Time Stamp Event

INT

Inherited from RecordFieldGroup

time_stamp_link

TSEL

Time Stamp Link

STRING

Inherited from RecordFieldGroup

trace_processing

TPRO

Trace Processing

CHAR

Inherited from RecordFieldGroup

undefined

UDF

Undefined

CHAR

Inherited from RecordFieldGroup

undefined_alarm_severity

UDFS

Undefined Alarm Sevrty

ENUM

Inherited from RecordFieldGroup

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)

value_write_hook(instance, value)

An overridable hook for the parent value having been updated.

Attributes

default_values

has_val_field

scan_rate_sec

Record scan rate, in seconds (read-only)

type_map

type_map_read_only

pvproperty methods

display_precision.getter(self, instance)
38
39
40
@pvprop.getter
async def getter(self, instance):
    return getattr(self.parent, parent_attr_name, default)
high_operating_range.getter(self, instance)
38
39
40
@pvprop.getter
async def getter(self, instance):
    return getattr(self.parent, parent_attr_name, default)
low_operating_range.getter(self, instance)
38
39
40
@pvprop.getter
async def getter(self, instance):
    return getattr(self.parent, parent_attr_name, default)