aer_line_chart#

- aer_line_chart(stk_object: Access, start_time: Any = None, stop_time: Any = None, step: float = 60, colormap: Colormap = None, time_unit_abbreviation: str = 'UTCG', formatter: collections.abc.Callable[[float, float], str] = None) Figure, Axes #
Create a plot of the azimuth, elevation, and range values for the relative position vector between the base object and the target object, during access intervals.
The relative position includes the effects of light time delay and aberration as set by the computational settings of the access. Az-El values are computed with respect to the default AER frame of the selected object of the Access Tool.
This graph wrapper was generated from AGI\STK12\STKData\Styles\Access\AER.rsg.
- Parameters:
stk_object :
Access
The STK Access object.start_time :
Any
The start time of the calculation.stop_time :
Any
The stop time of the calculation.step_time :
float
The step time for the calculation (the default is 60 seconds).colormap :
Colormap
The colormap with which to color the data (the default is None).time_unit_abbreviation :
str
The time unit for formatting (the default is “UTCG”).formatter :
Callable
[[float
,float
],str
] The formatter for time axes (the default is None).- Returns:
Figure
The newly created figure.Axes
The newly created axes.
Import detail#
from ansys.stk.extensions.data_analysis.graphs.access_graphs import aer_line_chart