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