Sets the pointing method to FixedAxes with an AzEl orientation.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgSnPtFixedAxes SetPointingFixedAxesAzEl( string ReferenceAxes, System.Object Azimuth, System.Object Elevation, AgEAzElAboutBoresight AboutBoresight ); |
| [Managed C++] |
|---|
public: IAgSnPtFixedAxes^ SetPointingFixedAxesAzEl( String __gc ^ ReferenceAxes, VARIANT Azimuth, VARIANT Elevation, AgEAzElAboutBoresight AboutBoresight ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgSnPtFixedAxes setPointingFixedAxesAzEl( String ReferenceAxes, AgVariant Azimuth, AgVariant Elevation, AgEAzElAboutBoresight AboutBoresight ); |
[Python - STK API ] |
|---|
def SetPointingFixedAxesAzEl(self, ReferenceAxes:str, Azimuth:typing.Any, Elevation:typing.Any, AboutBoresight:"AgEAzElAboutBoresight") -> "IAgSnPtFixedAxes": |
- ReferenceAxes
- The ReferenceAxes format is as follows: <ObjectClass>/<InstanceName> <AxesName> Axes
Example: CentralBody/Sun J2000 Axes. - Azimuth
- Elevation
- AboutBoresight
Define sensor pointing fixed axes AzEl
| [C#] | ||
|---|---|---|
| ||
Define sensor pointing fixed axes AzEl
| [Visual Basic .NET] | ||
|---|---|---|
| ||
Define sensor pointing fixed axes AzEl
| [Python - STK API] | ||
|---|---|---|
| ||
Define sensor pointing fixed axes AzEl
| [MATLAB] | ||
|---|---|---|
| ||






