NCL Home > Documentation > Functions > Interpolation, Ngmath routines

csgetp

Retrieves control parameters for Cssgrid routines.

Prototype

	function csgetp (
		pnam [1] : string   
	)

	return_val [1] 

Arguments

pnam

Name of the parameter you want to retrieve. Choose one from this list.

Return value

A value of a type appropriate to the parameter being retrieved.

Description

The function csgetp retrieves the current value of a named parameter of Cssgrid.

See Also

cssgrid, cssgrid_Wrap, csstri, csvoro, css2c, csc2s, cssetp, csgetp

Examples

   .
   .
   .

;
;  Get the value for the tension factor sigma.
;
   value = csgetp("sig")
   
   .
   .
   .