punpy.digital_effects_table.measurement_function.MeasurementFunction.run

punpy.digital_effects_table.measurement_function.MeasurementFunction.run#

MeasurementFunction.run(*args, expand=False)[source]#

Function to calculate the measurand by running input quantities through measurement function.

Parameters:
  • args (obsarray dataset(s)) – One or multiple digital effects tables with input quantities, defined with obsarray

  • expand (bool (optional)) – boolean to indicate whether the input quantities should be expanded/broadcasted to the shape of the measurand. Defaults to False.

Returns:

measurand

Return type:

numpy.ndarray