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





Windows & Linux

Description

Elevation sine term phase (dimension: angle).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ElP() As Double
[C#]
public double ElP {get; set;}
[Managed C++]
public: __property double get_ElP();
public: __property void set_ElP( double );
[Unmanaged C++]
public: HRESULT get_ElP(
    double * pVal
);
public: HRESULT put_ElP(
    double pVal
);
[Java]
public double getElP();
public void setElP(
    double
);
[Python - STK API ]
@property
def ElP(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.