1WMSETC(3NCARG)                   NCAR GRAPHICS                  WMSETC(3NCARG)
2
3
4

NAME

6       WMSETC - Sets the value of an internal parameter of type CHARACTER.
7

SYNOPSIS

9       CALL WMSETC (PNAM,CVAL)
10

C-BINDING SYNOPSIS

12       #include <ncarg/ncargC.h>
13
14       void c_wmsetc (char *pnam, char *cval)
15

DESCRIPTION

17       PNAM        (an input constant or variable of type CHARACTER) specifies
18                   the name of the parameter to be set. The name must appear
19                   as the first three characters of the string.
20
21       CVAL        (an input expression of type CHARACTER) is the value to be
22                   assigned to the internal parameter specified by PNAM.
23

C-BINDING DESCRIPTION

25       The C-binding argument descriptions are the same as the FORTRAN
26       argument descriptions.
27

USAGE

29       This routine allows you to set the current value of Wmap parameters.
30       For a complete list of parameters available in this utility, see the
31       wmap_params man page.
32

ACCESS

34       To use WMSETC or c_wmsetc, load the NCAR Graphics libraries ncarg,
35       ncarg_gks, and ncarg_c, preferably in that order.
36

SEE ALSO

38       Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmlabs, wmsetr, wmseti,
39       wmap_params
40
41       Hardcopy: WMAP - A Package for Producing Daily Weather Maps and
42       Plotting Station Model Data
43
45       Copyright (C) 1987-2009
46       University Corporation for Atmospheric Research
47       The use of this Software is governed by a License Agreement.
48
49
50
51UNIX                             January 1995                   WMSETC(3NCARG)
Impressum