Get calibration settings pf an Echoview acoustic variable using COM
Source:R/EVgetCalParValues.R
EVgetCalParValues.Rd
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.