-
WHILE
-
WHILE test
..commands
ENDWHILE
Commands in the WHILE .. ENDWHILE structure will be executed as long
as the test holds true. Can be used only in macro command files.
WHILE and ENDWHILE should appear alone on one line, eventually
followed by a comment.
see also : CONTROLS
FOR
FOREACH
FUNCTIONS
GOTO
IF
-
WINDOW
-
WINDOW {Fx} x y or WINDOW {Fx} 0
Define the window (with the starting point and the ending
point)on which data is actually used for the iteration. Data
outside this window(displayed as 0 during the interactive input) are
just ignored for the processing. Window can be entered several time,
the result being cumulative.
Entering 0 to reset the whole window available.
see also : APPLY
PUT
SHOW
-
WRITE
-
WRITE file_name
Writes the current data set to a file in standard format.
related contexts : $NAME
see also : READ
WRITEC
writegz
WRITEH
WRITEL
WRITEM
WRITES
WRITEZ
ZEROING
-
WRITEC
-
Same as WRITE
related contexts : $NAME
see also : READC
WRITE
-
writegz
-
writegz filename
write a regular Gifa file and compresses it
see also : WRITEZ
ZEROING
-
WRITEH
-
WRITEH file_name
Writes the current data set to a file in a standard format
compatible with ft-nmr file format.
related contexts : $NAME
see also : READH
WRITE
-
WRITEL
-
WRITEL file_name
Write a NMR1/NMR2 compatible data-set
related contexts : $NAME
see also : READL
WRITE
-
WRITEM
-
WRITEM file_name
Creates an ascii files which can than be read with the MATLAB
program, or ith the READM command. Does not work for 3D data-set.
related contexts : $NAME
see also : READM
WRITE
-
WRITES
-
WRITES filename
Writes to the disk in standard compact format. This format is
compatible among incompatible platforms. It is ASCII format and can
be shared in a network by different machines, and can even be
E_Mailed.
related contexts : $NAME
see also : READS
WRITE
WRITET
-
WRITET
-
WRITET filename
Write to the disk in text format. The data are in formatted values,
1 entry per line. Useful for sending data to an other program.
related contexts : $NAME
see also : READT
WRITE
WRITES
-
WRITEZ
-
WRITEZ filename
Write from the disk in compacted file format. Uses ORDER for
compaction.
related contexts : $NAME
see also : READZ
WRITE