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#

original_collection

The original interval list collection.

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 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.