VNP
VNP(
t_name
[ t_dataDir ]
)
=> g_value / nil
Description
Returns any single level noise parameter available in the PSF database.
Arguments
|
t_name
|
Name of the noise parameter.
|
|
t_dataDir
|
Directory containing the PSF files(results). When specified, this argument will only be used internally and will not alter the currently selected results. The default is the currently selected results directory.
|
Value Returned
|
g_value
|
Value of the specified noise parameter.
|
|
nil
|
Specified noise parameter not found.
|
Examples
VNP("F")
=> srrWave:49610808
plot(VNP("NF"))
=> t (plot window comes up)
Return to top