[Index for tmx.tbx]
[Return to Master Index]
tmxoutls
(tmx.tbx/tmxoutls.m)
Function Synopsis
outlist = tmxoutls(sys, flag, nonum)
Help text
Usage: outlist = tmxoutls(tmxh, {flag}, {nonum})
or outlist = tmxoutls(runset, {flag}, {nonum})
or outlist = tmxoutls(recout, {nonum})
Description: Return a array of strings which provide a textual listing
of requested outputs. The result is simple a list of the names of
the outputs accompanied by an index number.
Input Parameters:
tmxh: a tmx_handle of the mex-system for which the list of outputs
is to be returned.
runset: a string specifying the name of the runset for which the
list of outputs is to be returned.
flag: a flag indicating which outputs are to be listed.
If flag is 'all', all possible outputs are provided. If flag is
'def' all outputs which are recorded by default are provided.
If flag is 'on', all outputs for which recording is currently on
are provided. If flag is 'off', all outputs for which recording
is currently off are provided. If flag is not specified, 'all'
is assumed.
nonum: a flag which, if specified and non-zero, indicates that the
list should not include index numbers.
Output Parameters:
outlist: The list of outputs stored in a character array.
Cross-Reference Information
This function calls
Produced by mat2html on Wed Nov 22 10:44:15 2000
Cross-Directory links are: OFF