1NNSETC(3NCARG) NCAR GRAPHICS NNSETC(3NCARG)
2
3
4
6 NNSETC - Sets the value of an internal parameter of type CHARACTER.
7
9 CALL NNSETC (PNAM, CVAL);
10
12 PNAM A character string that specifies the name of the parameter
13 to be set. The name must appear as the first three
14 characters of the string.
15
16 CVAL A character string that is the value to be assigned to the
17 internal parameter specified by pnam.
18
20 This function allows you to set the current value of Natgrid
21 parameters. For a complete list of parameters available in this
22 utility, see the natgrid_params man page.
23
25 To use NNSETC, load the NCAR Graphics library ngmath.
26
28 natgrid, natgrid_params, natgrids, nngetc.
29
30 Complete documentation for Natgrid is available at URL
31 http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
32
34 Copyright (C) 2000
35 University Corporation for Atmospheric Research
36
37 The use of this Software is governed by a License Agreement.
38
39
40
41
42UNIX March 1997-1998 NNSETC(3NCARG)