WindModelADDS#

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

Class defining a wind model using the NOAA ADDS service for a mission.

Overview#

add_current_forecast

Add the current forecast from the ADDS service.

name

Get or set the name of the wind model.

blend_time

Get or set the blend time to transition from the previous wind model if one exists.

message_interpolation_type

Get or set the message interpolation type.

message_extrapolation_type

Get or set the message extrapolation type.

missing_message_type

Get or set the missing message type.

interpolation_blend_time

Get or set the blend time to transition from the previous wind condition.

messages

Get the messages from the current forecast.

Import detail#

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

Property detail#

property WindModelADDS.name: str#

Get or set the name of the wind model.

property WindModelADDS.blend_time: float#

Get or set the blend time to transition from the previous wind model if one exists.

property WindModelADDS.message_interpolation_type: ADDSMessageInterpolationType#

Get or set the message interpolation type.

property WindModelADDS.message_extrapolation_type: ADDSMessageExtrapolationType#

Get or set the message extrapolation type.

property WindModelADDS.missing_message_type: ADDSMissingMessageType#

Get or set the missing message type.

property WindModelADDS.interpolation_blend_time: float#

Get or set the blend time to transition from the previous wind condition.

property WindModelADDS.messages: ADDSMessageCollection#

Get the messages from the current forecast.

Method detail#

WindModelADDS.add_current_forecast(self) str#

Add the current forecast from the ADDS service.

Returns:

str