pcdsdevices.areadetector.plugins.ROIPlugin ========================================== .. currentmodule:: pcdsdevices.areadetector.plugins .. autoclass:: ROIPlugin .. list-table:: Ophyd Device Components :header-rows: 1 :widths: auto * - Attribute - Class - Suffix - Docs - Kind - Notes * - configuration_names - :class:`~ophyd.signal.ArrayAttributeSignal` - - - config - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - array_counter (ADComponent) - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``ArrayCounter`` - [ArrayCounter r/w longout] Counter that increments by 1 each time an NDArray callback is processed - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - array_rate (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``ArrayRate_RBV`` - [ArrayRate_RBV r/o calc] Rate (Hz) at which ArrayCounter is incrementing. Computed in database. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - asyn_io (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``AsynIO`` - [AsynIO N/A asyn] asyn record to control debugging (asynTrace) - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - nd_attributes_file (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``NDAttributesFile`` - [NDAttributesFile r/w waveform] The name of an XML file defining the PVAttributes and paramAttributes to be added to each NDArray by this plugin. The format of the XML file is described in the documentation for asynNDArrayDriver::readNDAttributesFile(). - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - pool_alloc_buffers (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``PoolAllocBuffers`` - [PoolAllocBuffers r/o longin] The number of NDArrays this plugin has currently allocated. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - pool_free_buffers (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``PoolFreeBuffers`` - [PoolFreeBuffers r/o longin] The number of free NDArrays this plugin has in its NDArrayPool. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - pool_max_buffers (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``PoolMaxBuffers`` - [PoolMaxBuffers r/o longin] The maximum number of NDArrays this plugin is allowed to allocate. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - pool_max_mem (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``PoolMaxMem`` - [PoolMaxMem r/o ai] The maximum amount of NDArrayPool memory this plugin is allowed to allocate. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - pool_used_buffers (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``PoolUsedBuffers`` - [PoolUsedBuffers N/A calc] The number of used NDArrays this plugin has in its NDArrayPool. Calculated from PoolAllocBuffers and PoolFreeBuffers. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - pool_used_mem (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``PoolUsedMem`` - [PoolUsedMem r/o ai] The actual amount of NDArrayPool memory this plugin is currently using. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - port_name (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``PortName_RBV`` - [PortName_RBV r/o stringin] asyn port name - config - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - asyn_pipeline_config - :class:`~ophyd.signal.ArrayAttributeSignal` - - - config - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - width (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``ArraySize0_RBV`` - [ArraySize0_RBV r/o longin] First dimension of NDArray callback data - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - height (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``ArraySize1_RBV`` - [ArraySize1_RBV r/o longin] Second dimension of NDArray callback data - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - depth (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``ArraySize2_RBV`` - [ArraySize2_RBV r/o longin] Third dimension of NDArray callback data - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - array_size (DDC) - :class:`~ophyd.device.ArraySize` - (See below) - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - bayer_pattern (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``BayerPattern_RBV`` - [BayerPattern_RBV r/o mbbi] BayerPattern of last NDArray callback data (NDBayerPattern_t). - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - blocking_callbacks (ADComponent) - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``BlockingCallbacks`` - [BlockingCallbacks r/w bo] 0 = callbacks from the driver do not block; the NDArray data is put on a queue and the callback processes in its own thread. 1 = callbacks from the driver block; the callback processes in the driver callback thread. - config - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - color_mode (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``ColorMode_RBV`` - [ColorMode_RBV r/o mbbi] Color mode of last NDArray callback data (NDColorMode_t). - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - data_type (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``DataType_RBV`` - [DataType_RBV r/o mbbi] Data type of last NDArray callback data (NDDataType_t). - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - dim0_sa (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``Dim0SA`` - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - dim1_sa (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``Dim1SA`` - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - dim2_sa (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``Dim2SA`` - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - dim_sa (DDC) - :class:`~ophyd.device.DimSa` - (See below) - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - dimensions (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``Dimensions_RBV`` - [Dimensions_RBV r/o waveform] Dimensions in last NDArray callback data - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - dropped_arrays (ADComponent) - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``DroppedArrays`` - [DroppedArrays r/w longout] Counter that increments by 1 each time an NDArray callback occurs when NDPluginDriverBlockingCallbacks=0 and the plugin driver queue is full, so the callback cannot be processed. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - enable (ADComponent) - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``EnableCallbacks`` - [EnableCallbacks r/w bo] Enable (1) or disable (0) callbacks from the driver to this plugin. If callbacks are disabled then the plugin will normally be idle and consume no CPU resources. - config - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - min_callback_time (ADComponent) - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``MinCallbackTime`` - [MinCallbackTime r/w ao] The minimum time in seconds between calls to processCallbacks. Any callbacks occuring before this minimum time has elapsed will be ignored. 0 means no minimum time, i.e. process all callbacks. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - nd_array_address (ADComponent) - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``NDArrayAddress`` - [NDArrayAddress r/w longout] asyn port address for NDArray driver that will make callbacks to this plugin. This address can be changed at run time, connecting the plugin to a different address in the NDArray driver. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - nd_array_port (ADComponent) - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``NDArrayPort`` - [NDArrayPort r/w stringout] asyn port name for NDArray driver that will make callbacks to this plugin. This port can be changed at run time, connecting the plugin to a different NDArray driver. - config - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - ndimensions (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``NDimensions_RBV`` - [NDimensions_RBV r/o longin] Number of dimensions in last NDArray callback data - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - plugin_type (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``PluginType_RBV`` - [PluginType_RBV r/o stringin] A string describing the plugin type. - config - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - queue_free (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``QueueFree`` - [QueueFree r/o longin] The number of free queue elements. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - queue_free_low (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``QueueFreeLow`` - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - queue_size (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``QueueSize`` - [QueueSize r/o longin] The total queue size for callbacks when BlockingCallbacks=0. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - queue_use (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``QueueUse`` - [QueueUse r/o calc] The number of used queue elements. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - queue_use_high (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``QueueUseHIGH`` - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - queue_use_hihi (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``QueueUseHIHI`` - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - time_stamp (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``TimeStamp_RBV`` - [TimeStamp_RBV r/o ai] Time stamp number of last NDArray callback data - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - unique_id (ADComponent) - :class:`~ophyd.signal.EpicsSignalRO` - ``UniqueId_RBV`` - [UniqueId_RBV r/o longin] Unique ID number of last NDArray callback data - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - auto_size (DDC) - :class:`~ophyd.device.AutoSize` - (See below) - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - bin_ (DDC) - :class:`~ophyd.device.Bin` - (See below) - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - data_type_out (ADComponent) - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``DataTypeOut`` - - config - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - enable_scale (ADComponent) - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``EnableScale`` - [EnableScale r/w bo] Enable dividing by the Scale value. (0=Disable, 1=Enable). This is very useful when binning or when converting from a higher precision data type to a lower precision data type. For example when binning 2x2, then Scale=4 (dividing by 4) will prevent integer overflow. Similarly, when converting from 16-bit to 8-bit integers one might scale by 256, or perhaps a smaller number if the 16-bit data does not use the full 16-bit range. - config - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - roi_enable (DDC) - :class:`~ophyd.device.RoiEnable` - (See below) - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - max_xy (DDC) - :class:`~ophyd.device.MaxXy` - (See below) - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - max_size (DDC) - :class:`~ophyd.device.MaxSize` - (See below) - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - min_xyz (DDC) - :class:`~ophyd.device.MinXyz` - (See below) - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - name_ (ADComponent) - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``Name`` - ROI name - config - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - reverse (DDC) - :class:`~ophyd.device.Reverse` - (See below) - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - scale (ADComponent) - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``Scale`` - [Scale r/w ao] The scale value to divide by if EnableScale is enabled. - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - set_xhopr (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``SetXHOPR`` - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - set_yhopr (ADComponent) - :class:`~ophyd.signal.EpicsSignal` - ``SetYHOPR`` - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` * - size (DDC) - :class:`~ophyd.device.Size` - (See below) - - normal - Inherited from :class:`~ophyd.areadetector.plugins.ROIPlugin` .. list-table:: ROIPlugin.array_size (DDC) Dynamic Device Components :header-rows: 1 :widths: auto * - Attribute - Class - Suffix - Docs - Kind - Notes * - z - :class:`~ophyd.signal.EpicsSignalRO` - ``ArraySizeZ_RBV`` - - config - * - y - :class:`~ophyd.signal.EpicsSignalRO` - ``ArraySizeY_RBV`` - - config - * - x - :class:`~ophyd.signal.EpicsSignalRO` - ``ArraySizeX_RBV`` - - config - .. list-table:: ROIPlugin.dim_sa (DDC) Dynamic Device Components :header-rows: 1 :widths: auto * - Attribute - Class - Suffix - Docs - Kind - Notes * - dim0 - :class:`~ophyd.signal.EpicsSignal` - ``Dim0SA`` - - config - * - dim1 - :class:`~ophyd.signal.EpicsSignal` - ``Dim1SA`` - - config - * - dim2 - :class:`~ophyd.signal.EpicsSignal` - ``Dim2SA`` - - config - .. list-table:: ROIPlugin.auto_size (DDC) Dynamic Device Components :header-rows: 1 :widths: auto * - Attribute - Class - Suffix - Docs - Kind - Notes * - x - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``AutoSizeX`` - - config - * - y - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``AutoSizeY`` - - config - * - z - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``AutoSizeZ`` - - config - .. list-table:: ROIPlugin.bin_ (DDC) Dynamic Device Components :header-rows: 1 :widths: auto * - Attribute - Class - Suffix - Docs - Kind - Notes * - x - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``BinX`` - - config - * - y - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``BinY`` - - config - * - z - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``BinZ`` - - config - .. list-table:: ROIPlugin.roi_enable (DDC) Dynamic Device Components :header-rows: 1 :widths: auto * - Attribute - Class - Suffix - Docs - Kind - Notes * - x - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``EnableX`` - - config - * - y - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``EnableY`` - - config - * - z - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``EnableZ`` - - config - .. list-table:: ROIPlugin.max_xy (DDC) Dynamic Device Components :header-rows: 1 :widths: auto * - Attribute - Class - Suffix - Docs - Kind - Notes * - x - :class:`~ophyd.signal.EpicsSignal` - ``MaxX`` - - config - * - y - :class:`~ophyd.signal.EpicsSignal` - ``MaxY`` - - config - .. list-table:: ROIPlugin.max_size (DDC) Dynamic Device Components :header-rows: 1 :widths: auto * - Attribute - Class - Suffix - Docs - Kind - Notes * - x - :class:`~ophyd.signal.EpicsSignalRO` - ``MaxSizeX_RBV`` - - config - * - y - :class:`~ophyd.signal.EpicsSignalRO` - ``MaxSizeY_RBV`` - - config - * - z - :class:`~ophyd.signal.EpicsSignalRO` - ``MaxSizeZ_RBV`` - - config - .. list-table:: ROIPlugin.min_xyz (DDC) Dynamic Device Components :header-rows: 1 :widths: auto * - Attribute - Class - Suffix - Docs - Kind - Notes * - min_x - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``MinX`` - - normal - * - min_y - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``MinY`` - - normal - * - min_z - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``MinZ`` - - normal - .. list-table:: ROIPlugin.reverse (DDC) Dynamic Device Components :header-rows: 1 :widths: auto * - Attribute - Class - Suffix - Docs - Kind - Notes * - x - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``ReverseX`` - - config - * - y - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``ReverseY`` - - config - * - z - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``ReverseZ`` - - config - .. list-table:: ROIPlugin.size (DDC) Dynamic Device Components :header-rows: 1 :widths: auto * - Attribute - Class - Suffix - Docs - Kind - Notes * - x - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``SizeX`` - - normal - * - y - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``SizeY`` - - normal - * - z - :class:`~ophyd.areadetector.base.EpicsSignalWithRBV` - ``SizeZ`` - - normal - .. rubric:: Methods .. automethod:: configure .. automethod:: describe .. automethod:: disable_on_stage .. automethod:: enable_on_stage .. automethod:: ensure_blocking .. automethod:: ensure_nonblocking .. automethod:: find_signal .. automethod:: get .. automethod:: get_asyn_digraph .. automethod:: get_asyn_port_dictionary .. automethod:: get_plugin_by_asyn_port .. automethod:: missing_plugins .. automethod:: read .. automethod:: read_configuration .. automethod:: set .. automethod:: stop .. automethod:: summary .. automethod:: trigger .. automethod:: validate_asyn_ports .. automethod:: visualize_asyn_digraph .. rubric:: Attributes .. autoattribute:: ad_root .. autoattribute:: array_pixels .. autoattribute:: configuration_attrs .. autoattribute:: connected .. autoattribute:: hints .. autoattribute:: kind .. autoattribute:: source_plugin .. autoattribute:: subscriptions