Introduction
USB driver
Counter Device
Overview
Module Constants
ARM Data structures
Version
Status
Controls
Calibration
Two-channel Logger
Time histogram
API
Overview
|
counter_data.py Constants
Summary
There are a few module constants used when directly communicating with the Counter via the API.
Module Constants
The constants specify the on-board hardware target and the address within the target.
Module communication constants |
Constant | Description |
ARM_WRITE | Command type: Write to ARM |
ARM_READ | Command type: Read from ARM |
ARM_VERSION | Command address: Version information (read only) |
ARM_STATUS | Command address: Status data for operating voltage and temperature, results from data acqusition (R) |
ARM_CTRL | Command address: Parameters controlling data acquisition, alarming and gain stabilization (R/W) |
ARM_CAL | Command address: Lookup tables for voltage vs temperature and similar data used for gain stabilization (R/W) |
ARM_LOGGER | Command address: 8kB of logger data in two 1K data arrays |
Command type and command address module constants
|