1. Compare

1.1. Purpose

Compare two signal sets to identify differences.

1.2. Description

The Compare operation analyzes two signal inputs and identifies differences between them using relative and absolute tolerances. The comparison results can be visualized in an integrated plot view. This operation is useful for regression testing and validation.

1.3. Input

Two input signal sets:

  • First input: The reference signals

  • Second input: The signals to compare against the reference

1.4. Output

Comparison results indicating whether the inputs match within the specified tolerances.

1.5. Parameters

  • Factor: (Default: 1e-5) The comparison tolerance expressed as a factor of the smallest value. Values differing by less than this relative amount are considered equal.

  • Threshold: (Default: 1e-15) Values below this absolute threshold are treated as zero.

  • Fail: (Default: true) When enabled, the post processor run will fail if differences are detected between the inputs.