Table of Contents


NAME

data:get-cell - get row/col value with columns meeting conditions (Decida Procedure)

USAGE

          data:get-cell d column args

ARGUMENTS

d data-object name
column column of entry
args set of column conditions

RESULTS

returns first cell meeting condition
warning if there are no cells
warning if there are more than one cell

EXAMPLE-CALL

             d get-cell VGS ID <= 3.0e-12 VBS == 0

AUTHOR

Richard Booth

Table of Contents