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