
Appendix A. CRBasic Programming Instructions
479
TableFile
WritesafilefromadatatabletoaCR3000memorydrive.
Syntax
TableFile("FileName", Options, MaxFiles, NumRecs /
TimeIntoInterval, Interval, Units, OutStat, LastFileName)
A.2.3 Final Data Storage (Output) Processing
Read More! See Data Output Processing Instructions (p. 136).
FieldNames
Immediatelyfollowsanoutputprocessinginstructiontochangedefaultfield
names.
Syntax
FieldNames("Fieldname1 : Description1, Fieldname2 :
Description2…")
A.2.3.1 Single-Source
Average
Storestheaveragevalueovertheoutputintervalforthesourcevariableoreach
elementofthearrayspecified.
Syntax
Average(Reps, Source, DataType, DisableVar)
Covariance
Calculatesthecovarianceofvaluesinanarrayovertime.
Syntax
Covariance(NumVals, Source, DataType, DisableVar, NumCov)
FFT
PerformsaFastFourierTransformonatimeseriesofmeasurementsstoredinan
array.
Syntax
FFT(Source, DataType, N, Tau, Units, Option)
Maximum
Storesthemaximumvalueovertheoutputinterval.
Syntax
Maximum(Reps, Source, DataType, DisableVar, Time)
Median
Storesthemedianofadependantvariableovertheoutputinterval.
Syntax
Median(Reps, Source, MaxN, DataType, DisableVar)
Minimum
Storestheminimumvalueovertheoutputinterval.
Syntax
Minimum(Reps, Source, DataType, DisableVar, Time)
Comentarios a estos manuales