LoadMethod#

class ansys.stk.core.stkobjects.LoadMethod#

IntEnum

Overview#

AUTOMATIC_LOAD

Auto load: STK automatically loads the TLE sets corresponding to the SSC number of the satellite when the satellite is loaded.

FILE_INSERT

File insert: adds the selected TLE data but retains TLE data that is currently associated with the satellite.

FILE_LOAD

File load: loads the selected TLE data and replaces all TLE data that is currently associated with the satellite.

ONLINE_AUTOMATIC_LOAD

Online auto-load: STK automatically loads the TLE sets corresponding to the SSC number of the satellite from the AGI Web site.

ONLINE_LOAD

goes directly to the AGI Web site to download the latest TLE sets.

Import detail#

from ansys.stk.core.stkobjects import LoadMethod