ADDSMessage#

class ansys.stk.core.stkobjects.aviator.ADDSMessage#

Class defining a message from the NOAA ADDS service.

Overview#

start_time

Valid start time for the ADDS message.

stop_time

Valid stop time for the ADDS message.

message_time

Get the message time for the ADDS message.

type

Get the ADDS message type.

source

Get the ADDS message source.

Import detail#

from ansys.stk.core.stkobjects.aviator import ADDSMessage

Property detail#

property ADDSMessage.start_time: Any#

Valid start time for the ADDS message.

property ADDSMessage.stop_time: Any#

Valid stop time for the ADDS message.

property ADDSMessage.message_time: Any#

Get the message time for the ADDS message.

property ADDSMessage.type: ADDSForecastType#

Get the ADDS message type.

property ADDSMessage.source: str#

Get the ADDS message source.