Functions | |
| double | TecUtilSolutionTimeGetCurrent (void) |
| Returns the current 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
| 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)
1.5.5