STK ObjectsSend comments on this topic.
AddECIYPR Method (IAgVeAttitudeRealTime)
See Also
Time
Sequence
Yaw
Pitch
Roll
Windows





Windows & Linux

Description

Adds attitude data based on a time-ordered set of yaw, pitch, roll angles in the J2000 ECI coordinate system.

Syntax

[Visual Basic .NET]
Public Sub AddECIYPR( _
    ByVal Time As System.Object, _
    ByVal Sequence As String, _
    ByVal Yaw As Double, _
    ByVal Pitch As Double, _
    ByVal Roll As Double _
)
[C#]
public void AddECIYPR(
    System.Object Time,
    string Sequence,
    double Yaw,
    double Pitch,
    double Roll
);
[Managed C++]
public: void AddECIYPR(
    VARIANT Time,
    String __gc ^ Sequence,
    double Yaw,
    double Pitch,
    double Roll
);
[Unmanaged C++]
public: HRESULT AddECIYPR(
    VARIANT Time,
    BSTR Sequence,
    double Yaw,
    double Pitch,
    double Roll
);
[Java]
public void addECIYPR(
    AgVariant Time,
    String Sequence,
    double Yaw,
    double Pitch,
    double Roll
);
[Python - STK API ]
def AddECIYPR(self, Time:typing.Any, Sequence:str, Yaw:float, Pitch:float, Roll:float) -> None:

Parameters

Time
Sequence
Yaw
Pitch
Roll

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.