{
        "OutputFilePath" : "out.csv",
        "BrokenCounter" : 20,
        "NumberOfSimulationCycles" : 20000,
        "DownsamplingRate" : 50,
        "SignalConfigurations" :
		[
				{
                        "Name" : "Voltage",
                        "MQTTTopic" : "Voltage",
						"Output" : false,
                        "InnerBound" : 0.01,
                        "OuterBound" : 0.14,
                        "InnerBoundDrift" : 0.10,
                        "OuterBoundDrift" : 0.30,
                        "SampleHistorySize" : 10,
                        "DABSize" : 10,
						"DABHistorySize" : 5
                },
                {
                        "Name" : "Temp1",
                        "MQTTTopic" : "Temp1",
                        "Output" : true,
                        "InnerBound" : 0.01,
                        "OuterBound" : 0.14,
                        "InnerBoundDrift" : 0.10,
                        "OuterBoundDrift" : 0.30,
                        "SampleHistorySize" : 10,
                        "DABSize" : 10,
                        "DABHistorySize" : 5
                },
                {
                        "Name" : "Temp2",
                        "MQTTTopic" : "Temp2",
                        "Output" : true,
                        "InnerBound" : 0.01,
                        "OuterBound" : 0.14,
                        "InnerBoundDrift" : 0.10,
                        "OuterBoundDrift" : 0.30,
                        "SampleHistorySize" : 10,
                        "DABSize" : 10,
                        "DABHistorySize" : 5
                },
                {
                        "Name" : "SharkyS",
                        "MQTTTopic" : "SharkyS",
                        "Output" : true,
                        "InnerBound" : 0.01,
                        "OuterBound" : 0.14,
                        "InnerBoundDrift" : 0.10,
                        "OuterBoundDrift" : 0.30,
                        "SampleHistorySize" : 10,
                        "DABSize" : 10,
                        "DABHistorySize" : 5
                },
                {
                        "Name" : "SharkyB",
                        "MQTTTopic" : "SharkyB",
                        "Output" : true,
                        "InnerBound" : 0.01,
                        "OuterBound" : 0.14,
                        "InnerBoundDrift" : 0.10,
                        "OuterBoundDrift" : 0.30,
                        "SampleHistorySize" : 10,
                        "DABSize" : 10,
                        "DABHistorySize" : 5
                },
                {
                        "Name" : "Dyna",
                        "MQTTTopic" : "Dyna",
                        "Output" : true,
                        "InnerBound" : 0.01,
                        "OuterBound" : 0.14,
                        "InnerBoundDrift" : 0.10,
                        "OuterBoundDrift" : 0.30,
                        "SampleHistorySize" : 10,
                        "DABSize" : 10,
                        "DABHistorySize" : 5
                },
                {
                        "Name" : "Riels",
                        "MQTTTopic" : "Riels",
                        "Output" : true,
                        "InnerBound" : 0.01,
                        "OuterBound" : 0.14,
                        "InnerBoundDrift" : 0.10,
                        "OuterBoundDrift" : 0.30,
                        "SampleHistorySize" : 10,
                        "DABSize" : 10,
                        "DABHistorySize" : 5
                }
		]
}
