<< getParamInt retrieve_dbstore getParamString >>

retrieve_dbstore >> retrieve_dbstore > getParamLong

getParamLong

Get integer(64bit) value with parameter's name from parameter list of LABCOM system.

Syntax

[pvalue, tf_code] = getParamLong( param_name, param_lists)
[pvalue, tf_code] = getParamLong( 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 (int64)

int64 value of parameter

tf_code (boolean)

true(%T) is success of this function.

Description

Get integer(64bit) value with parameter's name from parameter list of LABCOM system.

Examples

[pvalue, tf_code] = getParamLong( 'ShotNumber', param_lists, 1)

See also

Authors


Report an issue
<< getParamInt retrieve_dbstore getParamString >>