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#

original_time_instant

The original time instant.

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