Skip to content
Snippets Groups Projects
Commit ac3f796d authored by Sai Lakhan Ekal's avatar Sai Lakhan Ekal
Browse files

Add comment in the 'get_list_of Measurement_values' function

parent 9577dffd
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ class VnaDummy: ...@@ -105,6 +105,7 @@ class VnaDummy:
return measurment_string[:-1] return measurment_string[:-1]
def get_list_of_measurement_values(self, trace, result_format): def get_list_of_measurement_values(self, trace, result_format):
# get measurement string converted in list
measurements = self.get_measurement_string(trace, result_format) measurements = self.get_measurement_string(trace, result_format)
result = [] result = []
for x in measurements.split(',')[10:]: for x in measurements.split(',')[10:]:
......
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