|
EvApplication > EvFile > EvFileProperties > EvLinePickProperties View the Echoview COM object hierarchy and the Echoview summary of COM objects. |
The EvLinePickProperties object gives you the ability to access editable line settings in an EV file through the EvFileProperties.LinePick property.
Note:
The following EvLinePickProperties properties are detailed below:
Algorithm
StartDepth
StopDepth
MinSv
MinSvDelta
UseBackstep
BackstepRange
DiscriminationLevel
MaxDropouts
MinPeakAsymmetry
PeakThreshold
WindowRadius
EvLinePickProperties implements the following methods and properties:
|
EvLinePickProperties properties |
Description |
|
Algorithm |
(read-write) ELinePickAlgorithm Algorithm SummaryAccess the Line pick algorithm setting (using the enum ELinePickAlgorithm) on the Line pick page of the EV File Properties dialog box. ExampleSee Lines example. |
|
StartDepth |
(read-write) double StartDepth SummaryAccess the Start depth (m) value of the Line pick page of the EV File Properties dialog box. ExampleSee Lines example. |
|
StopDepth |
(read-write) double StopDepth SummaryAccess the Stop depth (m) value of the Line pick page of the EV File Properties dialog box. ExampleSee Lines example. |
|
MinSv |
(read-write) double MinSv SummaryAccess the Minimum Sv for good pick (dB) value of the Line pick page of the EV File Properties dialog box. ExampleSee Lines example. |
|
MinSvDelta |
(read-write) double MinSvDelta SummaryAccess the Minimum Sv delta for pick (dB) value of the Line pick page of the EV File Properties dialog box. ExampleUsed with eLinePickDeltaSv and in a similar way to MinSv. See Lines example |
|
UseBackstep |
(read-write) boolean UseBackstep SummaryAccess the Use Backstep setting of the Line pick page of the EV File Properties dialog box. ExampleSee Lines example. |
|
BackstepRange |
(read-write) double BackstepRange SummaryAccess the Backstep range (m) value of the Line pick page of the EV File Properties dialog box. ExampleSee Lines example. |
|
DiscriminationLevel |
(read-write) double DiscriminationLevel SummaryAccess the Discrimination level (dB) value of the Line pick page of the EV File Properties dialog box. ExampleSee Lines example. |
|
MaxDropouts |
(read-write) integer MaxDropouts SummaryAccess the Maximum dropouts (samples) value of the Line pick page of the EV File Properties dialog box. ExampleSee Lines example. |
|
MinPeakAsymmetry |
(read-write) integer MinPeakAsymmetry SummaryAccess the Minimum peak asymmetry value of the Line pick page of the EV File Properties dialog box. ExampleSee Lines example. |
|
PeakThreshold |
(read-write) double PeakThreshold SummaryAccess the Peak threshold (dB) value of the Line pick page of the EV File Properties dialog box. ExampleSee Lines example. |
|
WindowRadius |
(read-write) integer WindowRadius SummaryAccess the Window radius (samples) value of the Line pick page of the EV File Properties dialog box. ExampleSee Lines example. |
Scripting with COM objects
EvLine object
EvFileProperties object
EvLineEditable object
EvLinesCollection object