
NCL Home >
Documentation >
Functions >
Interpolation,
Ngmath routines
ftsetp
Sets control parameters for Fitgrid routines.
Prototype
procedure ftsetp ( pnam [1] : string, pval )
Arguments
pnamThe name of the parameter you want to set. Choose one from this list.
pvalValue of the parameter to be set; it must be of a type appropriate to the parameter being set.
Description
The function ftsetp sets the value of a named parameter of Fitgrid.
Examples
begin ftsetp("sig",0.9) cur_sig = ftgetp("sig") print(cur_sig) end