caproto.server.records.BiFields

Inheritance diagram of BiFields
class caproto.server.records.BiFields(prefix, **kw)[source]
BiFields 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

change_of_state_svr

COSV

Change of State Svr

ENUM

Inherited from BiFields

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

event_name

EVNT

Event Name

CHAR

Length(40) Inherited from RecordFieldGroup

forward_link

FLNK

Forward Process Link

STRING

Inherited from RecordFieldGroup

hardware_mask

MASK

Hardware Mask

LONG

Read-only Inherited from BiFields

input_specification

INP

Input Specification

STRING

Inherited from BiFields

last_value_alarmed

LALM

Last Value Alarmed

INT

Read-only Inherited from BiFields

last_value_monitored

MLST

Last Value Monitored

INT

Read-only Inherited from BiFields

lock_count

LCNT

Lock Count

CHAR

Read-only Inherited from RecordFieldGroup

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

one_error_severity

OSV

One Error Severity

ENUM

Inherited from BiFields

one_name

ONAM

One Name

CHAR

Length(26) Inherited from BiFields Get Put

prev_raw_value

ORAW

prev Raw Value

LONG

Read-only Inherited from BiFields

prev_simulation_mode

OLDSIMM

Prev. Simulation Mode

ENUM

Read-only Inherited from BiFields

process_at_iocinit

PINI

Process at iocInit

ENUM

Inherited from RecordFieldGroup

process_record

PROC

Force Processing

CHAR

Inherited from RecordFieldGroup

raw_value

RVAL

Raw Value

LONG

Inherited from BiFields Put

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

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

sim_mode_async_delay

SDLY

Sim. Mode Async Delay

DOUBLE

Inherited from BiFields

sim_mode_scan

SSCN

Sim. Mode Scan

ENUM

Inherited from BiFields

simulation_input_link

SIOL

Simulation Input Link

STRING

Inherited from BiFields

simulation_mode

SIMM

Simulation Mode

ENUM

Inherited from BiFields

simulation_mode_link

SIML

Simulation Mode Link

STRING

Inherited from BiFields

simulation_mode_severity

SIMS

Simulation Mode Severity

ENUM

Inherited from BiFields

simulation_value

SVAL

Simulation Value

LONG

Inherited from BiFields

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

zero_error_severity

ZSV

Zero Error Severity

ENUM

Inherited from BiFields

zero_name

ZNAM

Zero Name

CHAR

Length(26) Inherited from BiFields Get Put

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

one_name.getter(self, instance)
63@pvprop.getter
64async def getter(self, instance):
65    try:
66        return self.parent.enum_strings[index]
67    except IndexError:
68        return ""
zero_name.getter(self, instance)
63@pvprop.getter
64async def getter(self, instance):
65    try:
66        return self.parent.enum_strings[index]
67    except IndexError:
68        return ""