Skip to content
Snippets Groups Projects
Commit f1bd3b13 authored by Michael Pawelzik's avatar Michael Pawelzik
Browse files

after saving of changes logger ip and json file renaming

parent 8ba0b22e
No related branches found
No related tags found
1 merge request!3feat: introduce external sensors
......@@ -75,8 +75,9 @@ class TestStandMainWindow(QMainWindow):
self.setEnabled(True)
return
# add ext_sens_data to parameterlist of plot_output method, Michael
# ext_sens_data are the imported values from json file ext_sens_data.json , Michael
# config_data['logger_ip'] is the imported ip from jason file test_stand_parameter.json, Michael
meas = prototype.Measurements(config_data['chamber_ip'], config_data['vna_ip'], output_basename,
False, config_data, config_ext_sens_data, config_data['logger_ip'])
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment