TimeToolTimeArraySignaled#

class ansys.stk.core.analysis_workbench.TimeToolTimeArraySignaled#

Bases: ITimeToolTimeArray, IAnalysisWorkbenchComponent

Determine what time array is recorded at target clock location by performing signal transmission of original time array between base and target clock locations…

Overview#

original_time_array

The original time array.

signal_sense

The direction of the signal, whether you are Transmitting or Receiving from the Base Clock Location.

base_clock_location

The base clock location, which is a point from VGT.

target_clock_location

The target clock location, which is a point from VGT.

signal_delay

The Signal delay definition, which includes signal transmission, time delay convergence and signal path reference system.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolTimeArraySignaled

Property detail#

property TimeToolTimeArraySignaled.original_time_array: ITimeToolTimeArray#

The original time array.

property TimeToolTimeArraySignaled.signal_sense: SignalDirectionType#

The direction of the signal, whether you are Transmitting or Receiving from the Base Clock Location.

property TimeToolTimeArraySignaled.base_clock_location: IVectorGeometryToolPoint#

The base clock location, which is a point from VGT.

property TimeToolTimeArraySignaled.target_clock_location: IVectorGeometryToolPoint#

The target clock location, which is a point from VGT.

property TimeToolTimeArraySignaled.signal_delay: IAnalysisWorkbenchSignalDelay#

The Signal delay definition, which includes signal transmission, time delay convergence and signal path reference system.