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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Wz() As Double
[C#]
public double Wz {get; set;}
[Managed C++]
public: __property double get_Wz();
public: __property void set_Wz( double );
[Unmanaged C++]
public: HRESULT get_Wz(
    double * pVal
);
public: HRESULT put_Wz(
    double wz
);
[Java]
public double getWz();
public void setWz(
    double
);
[Python - STK API ]
@property
def Wz(self) -> float:

@Wz.setter
def Wz(self, wz:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.