From 44902f9066232b469abd1e56096404c4fa42ecb5 Mon Sep 17 00:00:00 2001 From: Martin Killenberg <martin.killenberg@desy.de> Date: Wed, 18 Jan 2023 16:36:08 +0100 Subject: [PATCH] add chamber_ip and vna_ip to json file --- Python_script/test_stand_parameter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python_script/test_stand_parameter.json b/Python_script/test_stand_parameter.json index 00eadda..2dc3cfd 100644 --- a/Python_script/test_stand_parameter.json +++ b/Python_script/test_stand_parameter.json @@ -1 +1 @@ -{"delta_temp": 0.1, "delta_hum": 1, "delta_mag": 0.1 , "delta_phase": 0.02, "sleep_time": 10.0, "frequency": 1300000000, "vna_config_file": "climate-lab.znxml"} +{"delta_temp": 0.1, "delta_hum": 1, "delta_mag": 0.1 , "delta_phase": 0.02, "sleep_time": 10.0, "frequency": 1300000000, "vna_config_file": "climate-lab.znxml","chamber_ip":"localhost", "vna_ip":"localhost"} -- GitLab