COM object EvSingleTargetDetectionWidebandParameters
EvApplication > EvFileCollection > EvFile > EvVariablesCollection > EvVariableBase As EvVariableAcoustic > EvVariableAcousticProperties > EvSingleTargetDetectionWidebandParameters View the COM map and the COM summary. |
The EvSingleTargetDetectionWidebandParameters object provides access to specific split-beam settings on the Single Target Detection page of the Variable Properties dialog box for the acoustic variable via the EvVariableAcousticProperties.SingleTargetDetectionWidebandParameters property.
EvSingleTargetDetectionWidebandParameters methods and properties:
BeamCompensationModel
MaximumBeamCompensation
MaximumStdDevOfMajorAxisAngles
MaximumStdDevOfMinorAxisAngles
Description |
|
EBeamCompensation BeamCompensationModel SummaryGet or set the Beam compensation model setting under the Beam compensation section of the Single Target Detection page of the Variable Properties dialog box. Parameters
ExamplesvEvVariable.Properties.SingleTargetDetectionWidebandParameters.BeamCompensationModel = 4Common single target settings and wideband specific settings. Dim vEchoviewCom: Set vEchoviewCom = CreateObject("EchoviewCom.EvApplication") |
|
double MaximumBeamCompensation SummaryGet or set the Maximum beam compensation (dB) setting under the Beam compensation section of the Single Target Detection page of the Single target detection - wideband Variable Properties dialog box.. Parameters
ExamplevEvVariable.Properties.SingleTargetDetectionWidebandParameters.MaximumBeamCompensation = 5 Refer to Wideband and filter targets example. |
|
double MaximumStdDevOfMajorAxisAngles SummaryGet or set the Maximum standard deviation of Major-axis angles (degrees) setting under the Exclusion section of the Single Target Detection page of the Variable Properties dialog box. Parameters
ExamplevEvVariable.Properties.SingleTargetDetectionWidebandParameters.MaximumStdDevOfMajorAxisAngles = 0.7 Refer to Wideband and filter targets example. |
|
double MaximumStdDevOfMinorAxisAngles SummaryGet or set the Maximum standard deviation of Minor-axis angles (degrees) setting under the Exclusion section of the Single Target Detection page of the Variable Properties dialog box. Parameters
ExamplevEvVariable.Properties.SingleTargetDetectionWidebandParameters.MaximumStdDevOfMinorAxisAngles = 0.7 Refer to Wideband and filter targets example. |
Notes:
- Common single target detection properties can be accessed by EvSingleTargetDetectionParameters.
- Filter Single target page settings are accessed via EvFilterTargets.