STK AstrogatorSend comments on this topic.
CartesianBurnoutVY Property (IAgVABurnoutCBFCartesian)
See Also
Windows





Windows & Linux

Description

The CBF y component of the spacecraft burnout velocity. Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CartesianBurnoutVY() As Double
[C#]
public double CartesianBurnoutVY {get; set;}
[Managed C++]
public: __property double get_CartesianBurnoutVY();
public: __property void set_CartesianBurnoutVY( double );
[Unmanaged C++]
public: HRESULT get_CartesianBurnoutVY(
    double * pVal
);
public: HRESULT put_CartesianBurnoutVY(
    double newVal
);
[Java]
public double getCartesianBurnoutVY();
public void setCartesianBurnoutVY(
    double
);
[Python - STK API ]
@property
def CartesianBurnoutVY(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.