TimeToolAxesSamplingInterval#

class ansys.stk.core.analysis_workbench.TimeToolAxesSamplingInterval#

The interface represents an interval with the time, orientation and velocity arrays.

Overview#

times

A time array associated with the interval.

quaternions

An array of 4-tuples each tuple representing the orientation of the axes as a quaternion (q1,q2,q3,q4).

velocities

An array of angular velocities.

start

The start time of the interval.

stop

The stop time of the interval.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolAxesSamplingInterval

Property detail#

property TimeToolAxesSamplingInterval.times: list#

A time array associated with the interval.

property TimeToolAxesSamplingInterval.quaternions: list#

An array of 4-tuples each tuple representing the orientation of the axes as a quaternion (q1,q2,q3,q4).

property TimeToolAxesSamplingInterval.velocities: list#

An array of angular velocities.

property TimeToolAxesSamplingInterval.start: Any#

The start time of the interval.

property TimeToolAxesSamplingInterval.stop: Any#

The stop time of the interval.