Macro commands may be used either in macros or by sending the commands to DPlot via dynamic data exchange (DDE). Some commands are valid only in macros (noted by Macros Only). Commands sent to DPlot via DDE must be enclosed by square brackets [ ]. Macro commands should not include the brackets.
Command parameters shown in the descriptions below are placeholders for the actual values. Command parameters are either numeric values or character strings; character string parameters are always bound by double quotation marks.
All indices into arrays are 1-based, e.g. Curve1=1 refers to the first curve in a plot.
A 0x prefix for numbers in the descriptions below indicates hexadecimal notation; e.g. 0x0010 = 16.
JR/Viewer indicates that the command is supported by DPlot Jr or DPlot Viewer.
JR/Viewer indicates that the command is NOT supported by DPlot Jr or DPlot Viewer.
[SelectCurve(n)] |
|
Selects the curve to perform subsequent operations on. Default = 1. If curve n does not currently exist, DPlot creates a new curve. If n exceeds the maximum number of curves (set with FileArrays) DPlot attempts to resize the arrays to accommodate a new curve. If n is set to -1, then any subsequent command that operates on one or more curves will operate on all curves.
You may also select a curve by substituting LegendHas("substring1"|,"substring2"|,"substring3"||) for n. When this feature is used, DPlot will search for a curve whose legend entry contains substring1 and optionally substring2 and substring3. The index of the first curve whose legend matches that criteria will be substituted for LegendHas(...). If no match is found, no substitution is performed. Searches are case-specific.
For example, [SelectCurve(LegendHas("ABC","GHI"))] will search for a curve whose legend contains both ABC and GHI.
"ABCDEFGHI" is a positive match; "ABCDEFGH" is not. Neither is "abcdefghi".
LegendHas(...) may be used in any command in place of a curve or data set index.
Page url: http://www.dplot.com/help/index.htm?selectcurvecommand.htm