forked from M-Labs/thermostat
i_set in front of measured current
This commit is contained in:
parent
355cb8360a
commit
938e3bd23f
@ -179,8 +179,8 @@ class ChannelGraphs:
|
|||||||
i_widget.addLegend(brush=(50, 50, 200, 150))
|
i_widget.addLegend(brush=(50, 50, 200, 150))
|
||||||
|
|
||||||
t_widget.addItem(self._t_plot)
|
t_widget.addItem(self._t_plot)
|
||||||
i_widget.addItem(self._iset_plot)
|
|
||||||
i_widget.addItem(self._i_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.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)
|
self.i_connector = DataConnector(self._i_plot, max_points=self.DEFAULT_MAX_SAMPLES)
|
||||||
|
Loading…
Reference in New Issue
Block a user