PyNGL Home > Functions > Interpolation

Ngl.nngetp

Retrieves control parameter values for Ngl.natgrid.

Prototype

val = Ngl.nngetp(pname)

Arguments

pname

Name of the parameter whose value you want to retrieve.

Return value

val

The return value of the given input parameter.

Description

This function is for retrieving control parameter values for Ngl.natgrid.

The single argument specifies the name of the parameter (a string) whose value is to be retrieved.

See Also

Ngl.nnsetp, Ngl.natgrid

Examples

See natgrid1.py.