MTOAnalysis#

class ansys.stk.core.stkobjects.MTOAnalysis#

MTO Spatial State Info.

Overview#

position

Return a spatial state of the mto at specified time.

range

Return the range from an Mto track to another object.

field_of_view

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

visibility

Return the visibility from an Mto track to another object.

Import detail#

from ansys.stk.core.stkobjects import MTOAnalysis

Property detail#

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.field_of_view: MTOAnalysisFieldOfView#

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

property MTOAnalysis.visibility: MTOAnalysisVisibility#

Return the visibility from an Mto track to another object.