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

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

Examples

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