Sets the pointing method to FixedAxes with a YPR Angles orientation.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgSnPtFixedAxes SetPointingFixedAxesYPR( string ReferenceAxes, AgEYPRAnglesSequence Sequence, System.Object Yaw, System.Object Pitch, System.Object Roll ); |
| [Managed C++] |
|---|
public: IAgSnPtFixedAxes^ SetPointingFixedAxesYPR( String __gc ^ ReferenceAxes, AgEYPRAnglesSequence Sequence, VARIANT Yaw, VARIANT Pitch, VARIANT Roll ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgSnPtFixedAxes setPointingFixedAxesYPR( String ReferenceAxes, AgEYPRAnglesSequence Sequence, AgVariant Yaw, AgVariant Pitch, AgVariant Roll ); |
[Python - STK API ] |
|---|
def SetPointingFixedAxesYPR(self, ReferenceAxes:str, Sequence:"AgEYPRAnglesSequence", Yaw:typing.Any, Pitch:typing.Any, Roll:typing.Any) -> "IAgSnPtFixedAxes": |
- ReferenceAxes
- The ReferenceAxes format is as follows: <ObjectClass>/<InstanceName> <AxesName> Axes
Example: CentralBody/Sun J2000 Axes. - Sequence
- Yaw
- Pitch
- Roll
Define sensor pointing fixed axes YPR
| [C#] | ||
|---|---|---|
| ||
Define sensor pointing fixed axes YPR
| [Visual Basic .NET] | ||
|---|---|---|
| ||
Define sensor pointing fixed axes YPR
| [Python - STK API] | ||
|---|---|---|
| ||
Define sensor pointing fixed axes YPR
| [MATLAB] | ||
|---|---|---|
| ||






