TimeToolInstantSignaled#
- class ansys.stk.core.analysis_workbench.TimeToolInstantSignaled#
Bases:
ITimeToolInstant
,IAnalysisWorkbenchComponent
Event recorded on specified clock via signal transmission from original time instant recorded on different clock.
Overview#
The original time instant. |
|
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 TimeToolInstantSignaled
Property detail#
- property TimeToolInstantSignaled.original_time_instant: ITimeToolInstant#
The original time instant.
- property TimeToolInstantSignaled.signal_sense: SignalDirectionType#
The direction of the signal, whether you are Transmitting or Receiving from the BaseClockLocation.
- property TimeToolInstantSignaled.base_clock_location: IVectorGeometryToolPoint#
The base clock location, which is a point from VGT.
- property TimeToolInstantSignaled.target_clock_location: IVectorGeometryToolPoint#
The target clock location, which is a point from VGT.
- property TimeToolInstantSignaled.signal_delay: IAnalysisWorkbenchSignalDelay#
The Signal delay definition, which includes signal transmission, time delay convergence and signal path reference system.