Skip to content

Commit ba90c7a

Browse files
committed
return class data
1 parent cad317f commit ba90c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sciopy/EIT_16_32_64_128.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def StartStopMeasurement(self, return_as="pot_mat"):
393393
self.data = data
394394

395395
if return_as == "hex":
396-
return data
396+
return self.data
397397
elif return_as == "pot_mat":
398398
return self.get_data_as_matrix()
399399

0 commit comments

Comments
 (0)