WindModelADDS#
- class ansys.stk.core.stkobjects.aviator.WindModelADDS#
Class defining a wind model using the NOAA ADDS service for a mission.
Overview#
Add the current forecast from the ADDS service. |
Get or set the name of the wind model. |
|
Get or set the blend time to transition from the previous wind model if one exists. |
|
Get or set the message interpolation type. |
|
Get or set the message extrapolation type. |
|
Get or set the missing message type. |
|
Get or set the blend time to transition from the previous wind condition. |
|
Get the messages from the current forecast. |
Import detail#
from ansys.stk.core.stkobjects.aviator import WindModelADDS
Property detail#
- 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.