TimeToolTimeIntervalSignaled#
- class ansys.stk.core.analysis_workbench.TimeToolTimeIntervalSignaled#
Bases:
ITimeToolTimeInterval
,IAnalysisWorkbenchComponent
Determine what interval is recorded at target clock location by performing signal transmission of original interval between base and target clock locations.
Overview#
The original interval. |
|
The direction of the signal, whether you are Transmitting or Receiving from the BaseClockLocation. |
|
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 TimeToolTimeIntervalSignaled
Property detail#
- property TimeToolTimeIntervalSignaled.original_interval: ITimeToolTimeInterval#
The original interval.
- property TimeToolTimeIntervalSignaled.signal_sense: SignalDirectionType#
The direction of the signal, whether you are Transmitting or Receiving from the BaseClockLocation.
- property TimeToolTimeIntervalSignaled.base_clock_location: IVectorGeometryToolPoint#
The base clock location, which is a point from VGT.
- property TimeToolTimeIntervalSignaled.target_clock_location: IVectorGeometryToolPoint#
The target clock location, which is a point from VGT.
- property TimeToolTimeIntervalSignaled.signal_delay: IAnalysisWorkbenchSignalDelay#
The Signal delay definition, which includes signal transmission, time delay convergence and signal path reference system.