STK ObjectsSend comments on this topic.
Wy Property (IAgVeIntegratedAttitude)
See Also
Windows





Windows & Linux

Description

Body fixed wy rate: initial angular velocity rate about the satellite's Y axis. Uses AngleRate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Wy() As Double
[C#]
public double Wy {get; set;}
[Managed C++]
public: __property double get_Wy();
public: __property void set_Wy( double );
[Unmanaged C++]
public: HRESULT get_Wy(
    double * pVal
);
public: HRESULT put_Wy(
    double wy
);
[Java]
public double getWy();
public void setWy(
    double
);
[Python - STK API ]
@property
def Wy(self) -> float:

@Wy.setter
def Wy(self, wy:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.