Table of Contents


NAME

data:read-tsv - read data from tab-separated value format file (Decida Procedure)

USAGE

          data:read-tsv d file args

ARGUMENTS

d data object
file tsv-format file
args OPTIONS

OPTIONS

RESULTS

Read comma-separated data into columns of data object.

EXAMPLE-CALL

             data d
             d read-tsv FETs.txt

EXAMPLE-FILE

            	Vth	Ion	Ioff	Vsat	Vbd^M
              12/19/2003	16	15	14	13	13^M
              12/20/2003	16.75	13.75	15.5	14	14^M

AUTHOR

Richard Booth

Table of Contents