Return to command index

integrate traces

command: INT <trc-list>

Integrates all traces specified in <trc-list>. The input traces remain unchanged, the INT command creates new traces containing the integration output.

parameters

  • <trc-list> parameter type: trace list
    List of traces to be integrated.

qualifiers

  • /mode=<mode>
    Specifies integration mode. Possible values are SUM (this is default; the output trace is not normalized, are the sums of all previous samples of the input trace), MEAN (the output trace is normalized by the number of samples 1/N) and INT (the output trace is normalized by the sample distance).

examples

int 1
integrates first trace on display
int ALL
integrates all traces on display
mode/mode=MEAN 1
integrates 1 trace on display and normalizes the output trace by the sample distance