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





Windows & Linux

Description

Elevation quadratic term (dimension: angle/time^2).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property El2() As Double
[C#]
public double El2 {get; set;}
[Managed C++]
public: __property double get_El2();
public: __property void set_El2( double );
[Unmanaged C++]
public: HRESULT get_El2(
    double * pVal
);
public: HRESULT put_El2(
    double pVal
);
[Java]
public double getEl2();
public void setEl2(
    double
);
[Python - STK API ]
@property
def El2(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.