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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Wx() As Double
[C#]
public double Wx {get; set;}
[Managed C++]
public: __property double get_Wx();
public: __property void set_Wx( double );
[Unmanaged C++]
public: HRESULT get_Wx(
    double * pVal
);
public: HRESULT put_Wx(
    double wx
);
[Java]
public double getWx();
public void setWx(
    double
);
[Python - STK API ]
@property
def Wx(self) -> float:

@Wx.setter
def Wx(self, wx:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.