Add calculated signal

Add a new signal by defining a formula based on existing signal data.

  1. In the Output signal name input field of the Add calculated signal step, enter a name for the new signal to be created.

  2. In the Formula input field, enter a formula using existing signal names:

    • The formula uses Python syntax. NumPy is available.

    • Only a subset of Python features is supported. For details, see Add calculated signal.

      Example: np.sqrt(signal_name)

    Note  

    The result of the formula must have the same length as the input signals.

    Modifying time values or sampling is not supported within formulas.

  3. To define another calculated signal, click .