PyNGL Home > Functions > Interpolation

Ngl.nnsetp

Sets control parameter values for Ngl.natgrid.

Prototype

Ngl.nnsetp(pname, pvalue)

Arguments

pname

Name of the parameter to set.

pvalue

Value of the parameter you want to set.

Return value

   None

Description

This procedure is used for setting control parameter values for Ngl.natgrid.

The arguments specify the name of the parameter (a string) and the value it should be set to.

See Also

Ngl.nngetp, Ngl.natgrid

Examples

See natgrid1.py.