STK ObjectsSend comments on this topic.
VOPmu Property (IAgVeInterpolation)
See Also
Windows





Windows & Linux

Description

The gravitational parameter used by the VOP method, in the range 1.993002209e+14 to 7.972008836e+14 for Earth based vehicles. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VOPmu() As Double
[C#]
public double VOPmu {get; set;}
[Managed C++]
public: __property double get_VOPmu();
public: __property void set_VOPmu( double );
[Unmanaged C++]
public: HRESULT get_VOPmu(
    double * pVal
);
public: HRESULT put_VOPmu(
    double VOPmu
);
[Java]
public double getVOPmu();
public void setVOPmu(
    double
);
[Python - STK API ]
@property
def VOPmu(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.