Lambda Class Attributes
Name
Inherited
Abstract
Attr. type
R/W type
Data type
Level
Description
TriggerMode false false Scalar READ_WRITE Tango::DEV_SHORT OPERATOR TriggerMode of the Detector.
0: Internal trigger.
1: External trigger. Once dectector receives trigger, it takes predefined image numbers.
2. External trigger. Each trigger pulse takes one image.
ShutterTime false false Scalar READ_WRITE Tango::DEV_DOUBLE OPERATOR shutter time
DelayTime false false Scalar READ_WRITE Tango::DEV_DOUBLE OPERATOR delay time, currently it is not used
FrameNumbers false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR The frame numbers need to be acquired.
ThreadNo false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR
EnergyThreshold false false Scalar READ_WRITE Tango::DEV_FLOAT OPERATOR set energy threshold.
If the energy is above this threshold, the photon is counted.
BeamEnergy false false Scalar READ_WRITE Tango::DEV_DOUBLE OPERATOR The energy of incident beam. Used to decide which flatfield and pixel mask to take
OperatingMode false false Scalar READ_WRITE Tango::DEV_STRING OPERATOR operating mode of the detector:
24bit mode : TwentyFourBit
12bit mode : ContinuousReadWrite
ConfigFilePath false false Scalar READ Tango::DEV_STRING OPERATOR Path of the configuration file.
SaveAllImages false false Scalar READ_WRITE Tango::DEV_BOOLEAN OPERATOR If this attribute is true, all data will be saved to disk
FilePrefix false false Scalar READ_WRITE Tango::DEV_STRING OPERATOR The prefix of the created file. The full name is FilePrefix_FileStartNum.FilePostfix.
Note if file splitting is enabled, the file name is like (to be decided).
FileStartNum false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR The attribute is used when saving file. When file has been saved, the number is
increased by one automatically. If user wants to overwrite the old file, the attribute
value has to be reset. The full name is FilePrefix_FileStartNum.FilePostfix.
FilePreExt false false Scalar READ_WRITE Tango::DEV_STRING OPERATOR file pre extention. If it is not empty, the final file name will be
FilePrefix_FileStartNumFilePreExt.FilePostfix.
FilePostfix false false Scalar READ Tango::DEV_STRING OPERATOR Now the Lambda only writes file into hdf5 format, the postfix is h5.
The full name is FilePrefix_FileStartNum.FilePostfix.
SaveFilePath false false Scalar READ_WRITE Tango::DEV_STRING OPERATOR Save File Path. Define path for saving files.
SaveFileName false false Scalar READ Tango::DEV_STRING OPERATOR define the file name for saving file.
LatestImageNumber false false Scalar READ Tango::DEV_LONG OPERATOR The frame number of latest image
LiveMode false false Scalar READ_WRITE Tango::DEV_BOOLEAN OPERATOR live mode of the detector. Mainly used for online visualization.
True: enable online visulization, frame rate is limited to 10fps. The data will not be saved to disk. The data can be fetched by accessing attribute Image
False: diasble online visualization.
TotalLossFrames false false Scalar READ Tango::DEV_LONG OPERATOR the total frame numbers lost during transmitting, used in 10GE linke mode.
CompressorShuffle false false Scalar READ_WRITE Tango::DEV_BOOLEAN EXPERT during compression, shuffle the data or not
CompressionRate false false Scalar READ_WRITE Tango::DEV_USHORT EXPERT set compression rate
from 0-9
CompressionEnabled false false Scalar READ_WRITE Tango::DEV_BOOLEAN EXPERT applying compression to data when saving.
True: compression
False: no compression
Layout false false Scalar READ Tango::DEV_STRING OPERATOR The layout out of Chips.
1 : 1536x512 pixels
2 : 768x512 pixels
ShutterTimeMax false false Scalar READ_WRITE Tango::DEV_DOUBLE EXPERT define the maximum shutter time(only for expert view).
ShutterTimeMin false false Scalar READ_WRITE Tango::DEV_DOUBLE EXPERT define the minimum shutter time(only for expert view).
Width false false Scalar READ Tango::DEV_ULONG OPERATOR Image width
Height false false Scalar READ Tango::DEV_ULONG OPERATOR Image height
Depth false false Scalar READ Tango::DEV_ULONG OPERATOR Pixel depth.
LiveFrameNo false false Scalar READ Tango::DEV_LONG OPERATOR Current frame No. which is related to the Image attribute
DistortionCorrection false false Scalar READ Tango::DEV_USHORT OPERATOR distortion correction
1 : division; Large pixels are divided according to predefined denominator.
The value of the pixel are rounded during division.
If pixel value is saturated, the division is not applied.
PrecompressEnabled false false Scalar READ_WRITE Tango::DEV_BOOLEAN OPERATOR enable precomression, so the compressed data is passed to HDF5 lib for writing.
Set it to True is recommended.
FramesPerFile false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR If this number is not equal with FrameNumbers, the file is splitted.
each splitted file only contains frames which is set by this attribute.
CreateDir false false Scalar READ_WRITE Tango::DEV_BOOLEAN EXPERT If this is enabled, non-existing path will be created automatically.
CheckFileExists false false Scalar READ_WRITE Tango::DEV_BOOLEAN EXPERT If this is enabled, the input file name will be checked. If file already exists, exception will be thrown.
FreeBuffer false false Scalar READ Tango::DEV_ULONG OPERATOR This attribute tells the free buffer for the raw images in RAM. unit:number of images
FileNamePathCaseSensitive false false Scalar READ_WRITE Tango::DEV_BOOLEAN OPERATOR If this is true, the file name and save file path are case sensitive.
Otherwise, the filename and path are always converted to lower case.
AppendData false false Scalar READ_WRITE Tango::DEV_BOOLEAN OPERATOR append data to old file. This is useful when it only takes one image at each scan point during scan.
CompressionMethod false false Scalar READ Tango::DEV_LONG EXPERT 0:no compression
1:software compression(deflate)
OpMode false false Scalar READ_WRITE Tango::DEV_LONG OPERATOR operation mode
1:ContinuousReadWrite
2:TwentyFourBit
ASAPOSubstream false false Scalar READ_WRITE Tango::DEV_STRING EXPERT substream name used for asapo
ImagesInQueue false false Scalar READ Tango::DEV_ULONG OPERATOR
Translation false false Spectrum READ Tango::DEV_FLOAT OPERATOR translation(x,y,z) for multi module system
LiveLastImageData false false Image READ Tango::DEV_LONG OPERATOR provide last image data for the live mode





There is no dynamic attribute defined.