Skip to contents

This function gets the calibration values of an Echoview acousic variable using COM.

Usage

EVgetCalParValues(
  EVFile,
  acoVarName,
  pingNumber = 1,
  type = c("default", "set", "used"),
  verbose = FALSE
)

Arguments

EVFile

("COMIDispatch) An Echoview file COM object

acoVarName

(character) Name of Echoview single target virtual variable

pingNumber

= 0 (numeric) Ping number from which to extract calibration values.

type

= =c('default','set','used') (character) Calibration value type.

verbose

= FALSE (boolean) Should the calibration values be displayed in the console.

Details

The function can read three types of calibration values "default", "set" and "used".