CalculationToolScalarFixedAtTimeInstant#

class ansys.stk.core.analysis_workbench.CalculationToolScalarFixedAtTimeInstant#

Bases: ICalculationToolScalar, IAnalysisWorkbenchComponent

Constant scalar created by evaluating the input scalar calculation at the specified reference time instant. Undefined if original scalar is not available at specified time or if reference time instant is undefined.

Overview#

input_scalar

The input scalar component.

reference_time_instant

The reference time instant.

Import detail#

from ansys.stk.core.analysis_workbench import CalculationToolScalarFixedAtTimeInstant

Property detail#

property CalculationToolScalarFixedAtTimeInstant.input_scalar: ICalculationToolScalar#

The input scalar component.

property CalculationToolScalarFixedAtTimeInstant.reference_time_instant: ITimeToolInstant#

The reference time instant.