ADManufacturer |
(asynOctet, r/o) Detector manufacturer name |
ADModel |
(asynOctet, r/o) Detector model name |
ADGain |
(asynFloat64, r/w) Gain |
ADBinX |
(asynInt32, r/w) Binning in the X direction |
ADBinY |
(asynInt32, r/w) Binning in the Y direction |
ADMinX |
(asynInt32, r/w) First pixel in the X direction; 0 is the first pixel on the detector |
ADMinY |
(asynInt32, r/w) First pixel in the Y direction; 0 is the first pixel on the detector |
ADSizeX |
(asynInt32, r/w) Size of the region to read in the X direction |
ADSizeY |
(asynInt32, r/w) Size of the region to read in the Y direction |
ADMaxSizeX |
(asynInt32, r/o) Maximum (sensor) size in the X direction |
ADMaxSizeY |
(asynInt32, r/o) Maximum (sensor) size in the Y direction |
ADReverseX |
(asynInt32, r/w) Reverse image in the X direction (0=No, 1=Yes) |
ADReverseY |
(asynInt32, r/w) Reverse image in the Y direction (0=No, 1=Yes) |
ADFrameType |
(asynInt32, r/w) Frame type (ADFrameType_t) |
ADImageMode |
(asynInt32, r/w) Image mode (ADImageMode_t) |
ADTriggerMode |
(asynInt32, r/w) Trigger mode (ADTriggerMode_t) |
ADNumExposures |
(asynInt32, r/w) Number of exposures per image to acquire |
ADNumImages |
(asynInt32, r/w) Number of images to acquire in one acquisition sequence |
ADAcquireTime |
(asynFloat64, r/w) Acquisition time per image |
ADAcquirePeriod |
(asynFloat64, r/w) Acquisition period between images |
ADStatus |
(asynInt32, r/o) Acquisition status (ADStatus_t) |
ADAcquire |
(asynInt32, r/w) Start(1) or Stop(0) acquisition |
ADShutterControl |
(asynInt32, r/w) (ADShutterStatus_t) Open (1) or Close(0) shutter |
ADShutterControlEPICS |
(asynInt32, r/o) (ADShutterStatus_t) Open (1) or Close(0) EPICS shutter |
ADShutterStatus |
(asynInt32, r/o) (ADShutterStatus_t) Shutter Open (1) or Closed(0) |
ADShutterMode |
(asynInt32, r/w) (ADShutterMode_t) Use EPICS or detector shutter |
ADShutterOpenDelay |
(asynFloat64, r/w) Time for shutter to open |
ADShutterCloseDelay |
(asynFloat64, r/w) Time for shutter to close |
ADTemperature |
(asynFloat64, r/w) Detector temperature |
ADNumImagesCounter |
(asynInt32, r/o) Number of images collected in current acquisition sequence |
ADNumExposuresCounter |
(asynInt32, r/o) Number of exposures collected for current image |
ADTimeRemaining |
(asynFloat64, r/o) Acquisition time remaining |
ADReadStatus |
(asynInt32, r/w) Write 1 to force a read of detector status |
ADStatusMessage |
(asynOctet, r/o) Status message |
ADStringToServer |
(asynOctet, r/o) String sent to server for message-based drivers |
ADStringFromServer |
(asynOctet, r/o) String received from server for message-based drivers |
ADLastStdParam |
The last standard driver parameter; Drivers must begin their detector-specific parameter enums with this value. |