<< getParam retrieve_dbstore getParamI32 >>

retrieve_dbstore >> retrieve_dbstore > getParamDouble

getParamDouble

Get double value with parameter's name from parameter list of LABCOM system.

Syntax

[pvalue, tf_code] = getParamDouble( param_name, param_lists)
[pvalue, tf_code] = getParamDouble( param_name, param_lists, cindex)

Input parameters

param_name (string)

parameter's name

param_lists (Cell(struct) or struct)

parameter list

cindex (numeric)

index of 'param_lists' with cell style

Output parameters

pvalue (double)

double value of parameter

tf_code (boolean)

true(%T) is success of this function.

Description

Get double value with parameter's name from parameter list of LABCOM system.

Examples

[pvalue, tf_code] = getParamDouble( 'VOffset', param_lists, 1)

See also

Authors


Report an issue
<< getParam retrieve_dbstore getParamI32 >>