<< dbstoreMessage LABCOM Retrieve and dbStore Toolbox for Scilab getParamDouble >>

LABCOM Retrieve and dbStore Toolbox for Scilab >> LABCOM Retrieve and dbStore Toolbox for Scilab > getParam

getParam

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

Syntax

[pvalue, tf_code] = getParam( param_name, param_lists)
[pvalue, tf_code] = getParam( 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 (string or any)

value of parameter

tf_code (boolean)

true(%T) is success of this function.

Description

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

Examples

[pvalue, tf_code] = getParam( 'Offset', param_lists, 1)

See also

Authors


Report an issue
<< dbstoreMessage LABCOM Retrieve and dbStore Toolbox for Scilab getParamDouble >>