EVGetCalibrationFileName: Gets the calibration file name of a fileset

EVGetCalibrationFileNameR Documentation

Gets the calibration file name of a fileset

Description

This function gets the calibration file name of a filesset using COM scripting

Usage

EVGetCalibrationFileName(EVFile, filesetName)

Arguments

EVFile

An Echoview file COM object

filesetName

a string containing the name of the Echoview fileset

Value

an object: returns the calibration file name

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
EVGetCalibrationFileName(EVFile = EVFile, filesetName = "038-120-200")

## End(Not run)

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