MTOAnalysis#

class ansys.stk.core.stkobjects.MTOAnalysis#

MTO Spatial State Info.

Overview#

field_of_view

Return the field of view from an Mto track to a sensor.

position

Return a spatial state of the mto at specified time.

range

Return the range from an Mto track to another object.

visibility

Return the visibility from an Mto track to another object.

Import detail#

from ansys.stk.core.stkobjects import MTOAnalysis

Property detail#

property MTOAnalysis.field_of_view: MTOAnalysisFieldOfView#

Return the field of view from an Mto track to a sensor.

property MTOAnalysis.position: MTOAnalysisPosition#

Return a spatial state of the mto at specified time.

property MTOAnalysis.range: MTOAnalysisRange#

Return the range from an Mto track to another object.

property MTOAnalysis.visibility: MTOAnalysisVisibility#

Return the visibility from an Mto track to another object.