id3c.plans.ad_plugins#
Support for area detector file plugins (HDF5, TIFF, …).
|
Print a table of plugin components (access, name, current value). |
|
Set plugin components by keyword. |
The set of components visible to either helper is determined by each
component’s kind (hinted, normal, or config). To
expose or hide a component, adjust its kind attribute (for
example eiger2.hdf1.num_capture.kind = "config").
The set helper is intended for plugin configuration before
acquisition – an alternative to ophyd’s staging process. Actionable
signals (capture, acquire, …) are normally driven by
staging and should not be set through this helper. Order of the
bps.mv calls inside the set helper is undefined; if ordering
matters, make separate calls.
Attributes#
Functions#
|
Print a table of plugin components (access, name, current value). |
|
Set plugin components by keyword. |
Module Contents#
- id3c.plans.ad_plugins.read_ad_plugin_components(plugin)[source]#
Print a table of plugin components (access, name, current value).
Diagnostic only. Use this interactively to discover which keys can be passed to
set_ad_plugin_components(). Components whose.read()returns novaluefield are skipped.