PassBreak#

class ansys.stk.core.stkobjects.PassBreak#

Satellite Pass Break properties.

Overview#

set_pass_numbering_type

Set the pass number corresponding to the initial conditions of the satellite.

definition

Get the break angle type and, in the case of latitude, the direction at latitiude crossing.

partial_pass_measurement

Get or set the method for calculating partial passes.

coordinate_system

Get or set the coordinate system in which latitude and longitude are to be measured.

repeat_ground_track_numbering

Get data on repeat ground track numbering.

pass_numbering_type

Get the criterion for pass numbering.

pass_numbering

Get pass numbering data.

supported_coordinate_systems

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.

property PassBreak.supported_coordinate_systems: list#

Return supported coordinate systems.

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:

None