<phyphox xmlns="http://phyphox.org/xml" xmlns:editor="http://phyphox.org/editor/xml" version="1.7" editor:version="1.0" locale="en">
    <title>Title</title>
    <category>Other</category>
    <description>Description.</description>
    <icon>0</icon>
	
    <data-containers>
        <container size="1" init="0" static="false">Index</container>
    </data-containers>
	
    <analysis sleep="1"  onUserInput="false">
		<add>
            <input clear="false">Index</input>
            <input type="value">1</input>
            <output>Index</output>		
		</add>
    </analysis>
	
    <views>
        <view label="Test">
			<value label="Index:" >
				<input>Index</input>
			</value>
             
        </view>
    </views>
	
    <export>
    </export>
	
</phyphox>
