Table of Contents


NAME

data.col:time-avg - return time-average of column (Decida Procedure)

USAGE

          data.col:time-avg d column {time TIME}

ARGUMENTS

d data-object name
column column for time-average calculation
time time column (default = TIME)

RESULTS

return time-average value of the specified column rms = integ(column * dt)/(t2-t1)

EXAMPLE-CALL

            d.col time-avg VOUT Time

AUTHOR

Richard Booth

Table of Contents