CSADImage QML Type

Display an image from areaDetector. More...

Import Statement: import CSDataQuick.Components 1.0
Inherits:

BaseItem

Properties

Detailed Description

areaDetector is a generic EPICS framework to integrate detectors. The detector data is internally represented as a NDArray structure. The plugin NDPluginStdArrays makes it available as EPICS PVs.

Because EPICS PV only supports 1-D waveform. To reconstruct the image. The following PVs are relavent:

areaDetector PVDescription
$(P)$(R)ArraySize0_RBVFirst dimension of NDArray data
$(P)$(R)ArraySize1_RBVSecond dimension of NDArray data
$(P)$(R)ArraySize2_RBVThird dimension of NDArray data
$(P)$(R)DataType_RBVData type of NDArray data
CSADImage {
    interval: 200
    source: '13SIM1:image1:'
}

Property Documentation

source : string

This property holds the NDPluginStdArrays prefix. e.g. 13SIM1:image1: