STK AstrogatorSend comments on this topic.
AzP Property (IAgVAAttitudeControlFiniteTimeVarying)
See Also
Windows





Windows & Linux

Description

Azimuth sine term phase (dimension: angle).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AzP() As Double
[C#]
public double AzP {get; set;}
[Managed C++]
public: __property double get_AzP();
public: __property void set_AzP( double );
[Unmanaged C++]
public: HRESULT get_AzP(
    double * pVal
);
public: HRESULT put_AzP(
    double pVal
);
[Java]
public double getAzP();
public void setAzP(
    double
);
[Python - STK API ]
@property
def AzP(self) -> float:

@AzP.setter
def AzP(self, pVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.