EVFindFilesetTime: Find the time and date of the start and end of an Echoview...

EVFindFilesetTimeR Documentation

Find the time and date of the start and end of an Echoview fileset

Description

This function finds the date and time of the first and last measurement in a fileset using COM scripting

Usage

EVFindFilesetTime(EVFile, filesetName)

Arguments

EVFile

An Echoview file COM object

filesetName

An Echoview fileset name

Value

A list object with two elements $start.time: The date and time of the first measurement in the fileset, and $end.time: The date and time of the last measurement in the fileset

References

http://support.echoview.com/WebHelp/Echoview.htm/

See Also

EVOpenFile

Examples

## Not run: 
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
survey.time = EVFindFilesetTime(EVFile = EVFile, filesetName = '038-120-200')
start.time <- survey.time$start.time
end.time <- survey.time$end.time

## End(Not run)

AustralianAntarcticDivision/EchoviewR documentation built on Aug. 21, 2023, 6:56 p.m.