class OperandInput
Represents the operands into the Code operator.
The OperandInput class is available from the Echoview Python package.
Attributes
window_measurements |
A list. Each element is an object of the Measurement class. Window size (pings) sets the length of this list, except at the start and end of an echogram where the list truncates as required where there are no pings. |
window_index |
An int specifying the index position of the matched ping in the window_measurements (above) list. |
measurement |
A Measurement class object. This is the matched ping in the window_measurements (above) list. |