1. Split signal

1.1. Purpose

Split an XY signal into two separate output signals representing its X and Y components.

1.2. Description

The Split signal operation decomposes an input XY signal into its individual axis components.

The x output contains the X-axis values (e.g. time values) as signal data, and the y output contains the Y-axis values (the measured or computed data).

Both output signals use sequential sample indices as their X axis. Output signal names are derived from the input signal name with .x and .y appended respectively.

The operation is applicable to equidistant and XY double series signals.

1.3. Input

A single XY signal.

1.4. Output

Two output signals:

  • x: The X-axis values of the input signal (e.g. time), with sequential indices as X axis. The unit is taken from the input signal’s X unit.

  • y: The Y-axis values of the input signal, with sequential indices as X axis. The unit is taken from the input signal’s Y unit.

1.5. Parameters

No parameters.