weldx.measurement.MeasurementChain.add_signal_data#

MeasurementChain.add_signal_data(data, signal_source=None)#

Add data to a signal.

Parameters:
  • data (TimeSeries) – The data that should be added

  • signal_source (Optional[str]) – The source of the signal that the data should be attached to. If None is provided, the name of the last added transformation (or the source, if no transformation was added to the chain) is used.