{
        "OutputFilePath" : "out.csv",
        "BrokenCounter" : 10,
        "NumberOfSimulationCycles" : 3,
        "DownsamplingRate" : 1,
        "SignalConfigurations" :
		[
				{
						"Name" : "Sig1",
                        "InputPath" : "in1.csv",
						"Output" : false,
						"InnerBound" : 0.1,
						"OuterBound" : 0.2,
						"InnerBoundDrift" : 0.3,
						"OuterBoundDrift" : 0.4,
						"SampleHistorySize" : 10,
						"DABSize" : 10,
						"DABHistorySize" : 5
				}
		]
}
