Functions | |
double | TecUtilSolutionTimeGetCurrent (void) |
Returns the current solution time for the current frame. | |
double | TecUtilSolutionTimeGetMin (void) |
Returns the minimum solution time for the current frame. | |
double | TecUtilSolutionTimeGetMax (void) |
Returns the maximum solution time for the current frame. | |
SetValueReturnCode_e | TecUtilSolutionTimeSetCurrent (double NewSolutionTime) |
Sets the current solution time for the current frame. |
double TecUtilSolutionTimeGetCurrent | ( | void | ) |
Returns the current solution time for the current frame.
This function is Thread Safe.
REAL*8 FUNCTION TecUtilSolutionTimeGetCurrent();
Python Syntax:
Results = TecUtil.SolutionTimeGetCurrent()
Output:
Results[0] ReturnVal double
double TecUtilSolutionTimeGetMax | ( | void | ) |
Returns the maximum solution time for the current frame.
This function is Thread Safe.
REAL*8 FUNCTION TecUtilSolutionTimeGetMax();
Python Syntax:
Results = TecUtil.SolutionTimeGetMax()
Output:
Results[0] ReturnVal double
double TecUtilSolutionTimeGetMin | ( | void | ) |
Returns the minimum solution time for the current frame.
This function is Thread Safe.
REAL*8 FUNCTION TecUtilSolutionTimeGetMin();
Python Syntax:
Results = TecUtil.SolutionTimeGetMin()
Output:
Results[0] ReturnVal double
SetValueReturnCode_e TecUtilSolutionTimeSetCurrent | ( | double | NewSolutionTime | ) |
Sets the current solution time for the current frame.
NewSolutionTime | Value of the new solution time for the current frame. |
INTEGER*4 FUNCTION TecUtilSolutionTimeSetCurrent(NewSolutionTime) REAL*8 NewSolutionTime
Python Syntax:
Results = TecUtil.SolutionTimeSetCurrent(NewSolutionTime) Input: NewSolutionTime double Output: Results[0] ReturnVal SetValueReturnCode_e (defined in TecVals.py)