Skip to contents

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

See also

Examples

if (FALSE) {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
EVGetCalibrationFileName(EVFile = EVFile, filesetName = "038-120-200")
}