EVgetCalParValues: Get calibration settings pf an Echoview acoustic variable...

View source: R/EVgetCalParValues.R

EVgetCalParValuesR Documentation

Get calibration settings pf an Echoview acoustic variable using COM

Description

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

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". '@param EVFile ("COMIDispatch) An Echoview file COM object

References

http://support.echoview.com/WebHelp/Echoview.htm/

See Also

EVAcoVarNameFinder


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