--- /dev/null
+<?xml version="1.0" encoding="utf-8" ?>
+<setup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="../schema/detectorsetup.xsd"
+ name="Prototype"
+ >
+ <description>The test MVD system setup file</description>
+ <system name="Vacuum" />
+ <controller id="0" address="d000" name="board01">
+ <chain id="0" name="chain0">
+ <sensor id="0000"
+ serial="0"
+ name="sensorE0scurve"
+ config="sensorE0scurve.xml"
+ enabled="true">
+ <description>E-Plane from CERN (links)</description>
+ <position
+ x="0"
+ y="0"
+ z="0"
+ flippedx="false"
+ flippedy="false"
+ phi="0"
+ />
+ </sensor>
+ <JtagConf>delay1</JtagConf>
+ <JtagConf>set_timing_10mhz</JtagConf>
+ <JtagConf>set_inout</JtagConf>
+ <JtagConf>maps_reset_before_off</JtagConf>
+ <JtagConf>maps_reset_after_on</JtagConf>
+ </chain>
+ <JtagConf>waitbeforestart_6us</JtagConf>
+ <JtagConf>trigger_init_sequence</JtagConf>
+ </controller>
+</setup>
--- /dev/null
+<?xml version="1.0" encoding="utf-8" ?>
+<setup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="../schema/detectorsetup.xsd"
+ name="Prototype"
+ >
+ <description>S-Curves measurements by Philipp Klaus</description>
+ <system name="ELab" />
+ <controller id="0" address="d882" name="board01">
+ <chain id="0" name="chain0">
+ <sensor id="0000"
+ serial="0"
+ name="sensorE0scurve2"
+ config="sensorE0scurve2.xml"
+ enabled="true">
+ <description>Sensor with MKD bonded inside Box (G03)</description>
+ <position
+ x="0"
+ y="0"
+ z="0"
+ flippedx="false"
+ flippedy="false"
+ phi="0"
+ />
+ <CbConf
+ EnaA="1"
+ EnaD="1"
+ DisA="0"
+ DisD="0"
+ SensorEn="1"
+ JtagEn="1"
+ CycleRef="1"
+ />
+ </sensor>
+ <JtagConf>delay1</JtagConf>
+ <JtagConf>set_timing_10mhz</JtagConf>
+ <JtagConf>set_inout</JtagConf>
+ <JtagConf>maps_reset_before_off</JtagConf>
+ <JtagConf>maps_reset_after_on</JtagConf>
+ </chain>
+ <JtagConf>waitbeforestart_6us</JtagConf>
+ <JtagConf>trigger_init_sequence</JtagConf>
+ </controller>
+</setup>
\ No newline at end of file