File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" standalone =" no" ?>
2+ <!-- Attributes -->
3+ <Attributes
4+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5+ xsi : noNamespaceSchemaLocation =" https://github.com/areaDetector/ADCore/blob/master/iocBoot/NDAttributes.xsd"
6+ >
7+ <Attribute name =" AcquireTime" type =" EPICS_PV" source =" 13SIM1:cam1:AcquireTime" dbrtype =" DBR_NATIVE" description =" Camera acquire time" />
8+ <Attribute name =" ImageCounter" type =" PARAM" source =" ARRAY_COUNTER" datatype =" INT" description =" Image counter" />
9+ <Attribute name =" calc1_val" type =" EPICS_PV" source =" $(P)userCalc1.VAL" dbrtype =" DBR_NATIVE" description =" some calculation result" />
10+ <Attribute name =" calc2_val" type =" EPICS_PV" source =" $(P)userCalc2.VAL" dbrtype =" DBR_NATIVE" description =" another calculation result" />
11+ <Attribute name =" MaxSizeX" type =" PARAM" source =" MAX_SIZE_X" datatype =" INT" description =" Detector X size" />
12+ <Attribute name =" MaxSizeY" type =" PARAM" source =" MAX_SIZE_Y" datatype =" INT" description =" Detector Y size" />
13+ <Attribute name =" CameraModel" type =" PARAM" source =" MODEL" datatype =" STRING" description =" Camera model" />
14+ <Attribute name =" CameraManufacturer" type =" PARAM" source =" MANUFACTURER" datatype =" STRING" description =" Camera manufacturer" />
15+ </Attributes >
You can’t perform that action at this time.
0 commit comments