This function gets the calibration file name of a filesset using COM scripting
Arguments
- EVFile
An Echoview file COM object
- filesetName
a string containing the name of the Echoview fileset
Examples
if (FALSE) {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
EVGetCalibrationFileName(EVFile = EVFile, filesetName = "038-120-200")
}