AdvCATAdvancedSettings#

class ansys.stk.core.stkobjects.AdvCATAdvancedSettings#

AdvCAT advanced properties.

Overview#

ellipsoid_advanced_settings

Get AdvCAT advanced ellipsoid properties.

pre_filters

Get AdvCAT filter settings.

use_log_file

Use the log file.

log_filename

Name of the Log File.

use_correlation_file

Flag to specify Use of Correlation File.

correlation_filename

Correlation File Path.

use_cross_reference_database

Flag to specify Use of Cross Reference Database.

cross_reference_database

Cross Reference Database Path.

use_ssc_hard_body_radius_file

Flag to specify Use of SSC Reference File.

ssc_hard_body_radius_file

SSC Reference File Path.

show_message_in_message_viewer

Flag to specify whether to write messages to message viewer.

force_repropagation_on_load

Flag to force repropagation on load.

compute_on_load

Flag to force compute on load.

allow_partial_ephemeris

Flag to allow computation even when ephemeris does not completely overlap analysis interval.

remove_secondary_by_ssc

Remove from cosniseration any secondary whose SSC number is the same as the primary.

maximum_sample_step_size

Maximum step size used in sampling.

minimum_sample_step_size

Minimum step size used in sampling.

conjunction_type

Mode for computing events involving conjunction TCA.

Import detail#

from ansys.stk.core.stkobjects import AdvCATAdvancedSettings

Property detail#

property AdvCATAdvancedSettings.ellipsoid_advanced_settings: AdvCATAdvancedEllipsoid#

Get AdvCAT advanced ellipsoid properties.

property AdvCATAdvancedSettings.pre_filters: AdvCATPreFilters#

Get AdvCAT filter settings.

property AdvCATAdvancedSettings.use_log_file: bool#

Use the log file.

property AdvCATAdvancedSettings.log_filename: str#

Name of the Log File.

property AdvCATAdvancedSettings.use_correlation_file: bool#

Flag to specify Use of Correlation File.

property AdvCATAdvancedSettings.correlation_filename: str#

Correlation File Path.

property AdvCATAdvancedSettings.use_cross_reference_database: bool#

Flag to specify Use of Cross Reference Database.

property AdvCATAdvancedSettings.cross_reference_database: str#

Cross Reference Database Path.

property AdvCATAdvancedSettings.use_ssc_hard_body_radius_file: bool#

Flag to specify Use of SSC Reference File.

property AdvCATAdvancedSettings.ssc_hard_body_radius_file: str#

SSC Reference File Path.

property AdvCATAdvancedSettings.show_message_in_message_viewer: bool#

Flag to specify whether to write messages to message viewer.

property AdvCATAdvancedSettings.force_repropagation_on_load: bool#

Flag to force repropagation on load.

property AdvCATAdvancedSettings.compute_on_load: bool#

Flag to force compute on load.

property AdvCATAdvancedSettings.allow_partial_ephemeris: bool#

Flag to allow computation even when ephemeris does not completely overlap analysis interval.

property AdvCATAdvancedSettings.remove_secondary_by_ssc: bool#

Remove from cosniseration any secondary whose SSC number is the same as the primary.

property AdvCATAdvancedSettings.maximum_sample_step_size: float#

Maximum step size used in sampling.

property AdvCATAdvancedSettings.minimum_sample_step_size: float#

Minimum step size used in sampling.

property AdvCATAdvancedSettings.conjunction_type: AdvCATConjunctionType#

Mode for computing events involving conjunction TCA.