i_set in front of measured current

This commit is contained in:
atse 2023-11-06 11:42:56 +08:00
parent 355cb8360a
commit 938e3bd23f
1 changed files with 1 additions and 1 deletions

View File

@ -179,8 +179,8 @@ class ChannelGraphs:
i_widget.addLegend(brush=(50, 50, 200, 150))
t_widget.addItem(self._t_plot)
i_widget.addItem(self._iset_plot)
i_widget.addItem(self._i_plot)
i_widget.addItem(self._iset_plot)
self.t_connector = DataConnector(self._t_plot, max_points=self.DEFAULT_MAX_SAMPLES)
self.i_connector = DataConnector(self._i_plot, max_points=self.DEFAULT_MAX_SAMPLES)