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
At the moment DatastreamMet4FoF provides a default generator function which is used, when set_generator_function() is called without specifying a function. Since we agreed today, that there actually is no reasonalbe generic signal for a general Datastream, we might as well exchange this default behaviour and specifically ask the user to specify a signal source on initialization with the constructor signature
and check in the constructor for at least one of these two being specified. Ín the MetrologicalDatastreamMet4FoF we could then either expect the generator_function and data_source to return values and uncertainties or introduce an additional uncertainty_function().
The text was updated successfully, but these errors were encountered:
We should thoroughly discuss that before we actually implement it, since this means, that a MetrologicalDataStreamAgent can not be added via the GUI to an agent network. Although this might be not really a use case beyond first try outs, when we add the necessity to hand over either a function or a dataset by hand on initialization this will not be possible anymore.
At the moment DatastreamMet4FoF provides a default generator function which is used, when set_generator_function() is called without specifying a function. Since we agreed today, that there actually is no reasonalbe generic signal for a general Datastream, we might as well exchange this default behaviour and specifically ask the user to specify a signal source on initialization with the constructor signature
and check in the constructor for at least one of these two being specified. Ín the MetrologicalDatastreamMet4FoF we could then either expect the
generator_function
anddata_source
to return values and uncertainties or introduce an additionaluncertainty_function()
.The text was updated successfully, but these errors were encountered: