class PingMode

Represents the ping_mode attribute of an acoustic Ping. The Ping.ping_mode attribute returns an instance of the PingMode class.

The PingMode class is available from the Echoview Python package.

Attributes

Each attribute is a constant of type int representing a specific ping mode. Refer to the About ping modes page for details on each attribute.

Attribute enum name

Description

UNKNOWN

Echoview is unable to determine the ping mode type.

SINGLE_BEAM

Single beam ping mode.

MULTIBEAM

Multibeam ping mode.

MULTIBEAM_HMODE

Multibeam H-mode.

MULTIBEAM_VMODE

Multibeam V-mode.

MULTIBEAM_SMODE

Multibeam S-mode.

See also

About the Code operator
Using the Code operator