1CPSETC(3NCARG) NCAR GRAPHICS CPSETC(3NCARG)
2
3
4
6 CPSETC - Sets the value of an internal parameter of type CHARACTER.
7
9 CALL CPSETC (PNAM, CVAL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_cpsetc (char *pnam, char *cval)
15
17 PNAM (CHARACTER, input) is the name of a parameter to be given a
18 character value. Only the first three characters of PNAM
19 are examined. It is recommended that the rest of the
20 character string be used to improve the readability of the
21 code. For example, instead of 'ILT', use 'ILT -
22 INFORMATIONAL LABEL TEXT'.
23
24 CVAL (CHARACTER, input) is a character constant or variable, the
25 value of which is to be given to the parameter specified by
26 PNAM.
27
29 The C-binding argument descriptions are the same as the FORTRAN
30 argument descriptions.
31
33 This routine allows you to set the current value of Conpack parameters.
34 For a complete list of parameters available in this utility, see the
35 conpack_params man page.
36
38 Use the ncargex command to see the following relevant examples:
39 ccpcica, ccphlt, ccpilt, ccpklb, ccplbdr, ccpllc, ccpllp, ccpllt,
40 ccpmovi, cpex02, cpex04, cpex05, cpex06, cbex01, fcover, ffex03,
41 ffex05.
42
44 To use CPSETC or c_cpsetc, load the NCAR Graphics libraries ncarg,
45 ncarg_gks, and ncarg_c, preferably in that order.
46
48 See the conpack man page for a description of all Conpack error
49 messages and/or informational messages.
50
52 Online: conpack, conpack_params, cpback, cpchcf, cpchcl, cpchhl,
53 cpchil, cpchll, cpcica, cpclam, cpcldm, cpcldr, cpcltr, cpcnrc, cpdrpl,
54 cpezct, cpgetc, cpgeti, cpgetr, cplbam, cplbdr, cpmpxy, cpmviw, cpmvrw,
55 cppkcl, cppklb, cprect, cprset, cpscae, cpseti, cpsetr, cpsps1, cpsps2,
56 ncarg_cbind
57
58 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
59
61 Copyright (C) 1987-2009
62 University Corporation for Atmospheric Research
63
64 The use of this Software is governed by a License Agreement.
65
66
67
68UNIX March 1993 CPSETC(3NCARG)