From 9d2c32a210408cdc353331a4353a0b416d95444a Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Mon, 1 Jan 2024 18:31:42 -0600 Subject: [PATCH] Document constAttribute --- docs/ADCore/NDArray.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ADCore/NDArray.rst b/docs/ADCore/NDArray.rst index ba7ff570a..c145dd5fb 100644 --- a/docs/ADCore/NDArray.rst +++ b/docs/ADCore/NDArray.rst @@ -177,6 +177,11 @@ demonstates how to write such functions. The `functAttribute class documentation <../areaDetectorDoxygenHTML/classfunct_attribute.html>`__ describes this class in detail. +constAttribute +-------------- + +This type of attribute obtains its value directly from the "source" value in the XML file. + asynNDArrayDriver -----------------