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#

original_interval

The original interval.

signal_sense

The direction of the signal, whether you are Transmitting or Receiving from the BaseClockLocation.

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