THRESHOLD_CROSSING 

Call: THRESHOLD_CROSSING


electrode

This is the number of the read-out group for which you wish to know the threshold crossings. Signals are summed over the elements that compose a read-out group - signals for the individual members are not stored.

Read-out groups are formed with the SELECT command. SELECT without arguments will show how the groups are composed.

[No default, this is a mandatory parameter.]


threshold

The threshold level, if the signal has not been processed, it is in \μA.

options

This argument is a character string composed of the following words, separated by blanks, comma's etc. Case is irrelevant.

Option Meaning
RISING Detect rising edges crossing the threshold
FALLING Detect falling edges crossing the threshold
LINEAR Use linear interpolation (default)
QUADRATIC Use quadratic interpolation
CUBIC Use cubic interpolation
PLOT Plot a graph detailing the fits and the results
NOPLOT Do not plot the results
DIRECT Consider the direct component (default)
NODIRECT Do not consider the direct component
CROSS Consider the cross-induced component
NOCROSS Do not consider the cross-induced component

Notes:

  1. Several synonyms of the above are accepted too.
  2. This procedure detects either rising or falling edges, but not both at the same time.
  3. The cross induced component is by default added if the latest signal calculated with the CROSS-INDUCED option switched on.

ntime

Contains, on successful completion, the total Number of threshold crossings found, including those which are not returned for lack of arguments supplied.

[This is a mandatory argument which must be modifiable.]


time

Each of these arguments contains on successful completion one of the threshold crossings that have been found. These arguments will be of type Number

If there are more return arguments than threshold crossings, then the excess arguments are set to Nill, which is of type Undefined.

If more threshold crossings are found than return arguments are provided, then the excess crossing are not returned.

The threshold crossings are returned in increasing order,

[One such argument is mandatory, all these arguments must be modifiable.]


Go to the top level, to Call, to THRESHOLD_CROSSING, to the topic index, to the table of contents, or to the full text.

Formatted on 21/01/18 at 16:55.