Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Note: Gate is composed of 3 vectors each with 3 components describing a constraint on the points that will be plotted

COMPONENT 1
 The channel number
COMPONENT 2
 Minimum value for the points
COMPONENT 3
 Maximum value for the points


Example: 

gate=[[7,-277.3,999999];[10,-277.3,999999];[11,-277.3,999999]];8, 20, 50; 2, 100, 200];
%means that points in channel 8 must be between 20 and 50
%and points in channel 2 must be between 100 and 200