You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FitSettingsDialog can only control/configure a single FitContainer instance.
When does this occur?
When trying to use multiple FitContainer instances in a measurement logic you only want a single FitSettingsDialog to configure them all simultaneously.
Where on the platform does it happen?
FitSettingsDialog.__init__ only takes a single FitContainer
Expected behavior (i.e. solution)
FitSettingsDialog.__init__ could optionally take an iterable containing FitContainer instances. Most instance methods would need to be adjusted to this change.
The text was updated successfully, but these errors were encountered:
What is affected by this bug?
FitSettingsDialog
can only control/configure a singleFitContainer
instance.When does this occur?
When trying to use multiple
FitContainer
instances in a measurement logic you only want a singleFitSettingsDialog
to configure them all simultaneously.Where on the platform does it happen?
FitSettingsDialog.__init__
only takes a singleFitContainer
Expected behavior (i.e. solution)
FitSettingsDialog.__init__
could optionally take an iterable containingFitContainer
instances. Most instance methods would need to be adjusted to this change.The text was updated successfully, but these errors were encountered: