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#
The original time array. |
|
The direction of the signal, whether you are Transmitting or Receiving from the Base Clock Location. |
|
The base clock location, which is a point from VGT. |
|
The target clock location, which is a point from VGT. |
|
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.