| cothread.dbr | index /dls_sw/prod/common/python/cothread/1-12/cothread/dbr.py |
Channel access datatype support. Derived from definitions in the EPICS
header file db_access.h
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| DBR_CHAR = 4 DBR_DOUBLE = 6 DBR_ENUM = 3 DBR_FLOAT = 2 DBR_LONG = 5 DBR_SHORT = 1 DBR_STRING = 0 FORMAT_CTRL = 2 FORMAT_RAW = 0 FORMAT_TIME = 1 __all__ = ['DBR_STRING', 'DBR_SHORT', 'DBR_FLOAT', 'DBR_ENUM', 'DBR_CHAR', 'DBR_LONG', 'DBR_DOUBLE', 'FORMAT_RAW', 'FORMAT_TIME', 'FORMAT_CTRL', 'type_to_dbr', 'dbr_to_value', 'value_to_dbr', 'ca_extra_fields'] ca_extra_fields = ['name', 'ok', 'severity', 'status', 'raw_stamp', 'timestamp', 'units', 'upper_disp_limit', 'lower_disp_limit', 'upper_alarm_limit', 'lower_alarm_limit', 'upper_warning_limit', 'lower_warning_limit', 'upper_ctrl_limit', 'lower_ctrl_limit', 'precision', 'enums'] | ||