PassBreak#
- class ansys.stk.core.stkobjects.PassBreak#
Satellite Pass Break properties.
Overview#
Set the pass number corresponding to the initial conditions of the satellite. |
Get the break angle type and, in the case of latitude, the direction at latitiude crossing. |
|
Get or set the method for calculating partial passes. |
|
Get or set the coordinate system in which latitude and longitude are to be measured. |
|
Get data on repeat ground track numbering. |
|
Get the criterion for pass numbering. |
|
Get pass numbering data. |
|
Return supported coordinate systems. |
Import detail#
from ansys.stk.core.stkobjects import PassBreak
Property detail#
- property PassBreak.definition: VehicleDefinition#
Get the break angle type and, in the case of latitude, the direction at latitiude crossing.
- property PassBreak.partial_pass_measurement: VehiclePartialPassMeasurement#
Get or set the method for calculating partial passes.
- property PassBreak.coordinate_system: VehicleCoordinateSystem#
Get or set the coordinate system in which latitude and longitude are to be measured.
- property PassBreak.repeat_ground_track_numbering: RepeatGroundTrackNumbering#
Get data on repeat ground track numbering.
- property PassBreak.pass_numbering_type: VehiclePassNumbering#
Get the criterion for pass numbering.
- property PassBreak.pass_numbering: IVehiclePassNumbering#
Get pass numbering data.
Method detail#
- PassBreak.set_pass_numbering_type(self, pass_numbering: VehiclePassNumbering) None #
Set the pass number corresponding to the initial conditions of the satellite.
- Parameters:
pass_numbering :
VehiclePassNumbering
- Returns: