- class pyfes.core.TideType#
Enum class for tide types.
- __init__(self, value)#
Constructor.
- Parameters:
value – The value of the tide type.
- kTide = <TideType.kTide: 1>#
Ocean tide
- kRadial = <TideType.kRadial: 2>#
Radial tide
- property name#
Returns the name of the tide type.
- property value#
Returns the value of the tide type.