Time


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.

Function Documentation

double TecUtilSolutionTimeGetCurrent ( void   ) 

Returns the current solution time for the current frame.

This function is Thread Safe.

Returns:
Current solution time for the current frame.
Fortran Syntax:
    REAL*8 FUNCTION TecUtilSolutionTimeGetCurrent();

Python Syntax:

  Results = TecUtil.SolutionTimeGetCurrent()

  Output:
    Results[0]    ReturnVal            double

See also:
TecUtilSolutionTimeSetCurrent() and TecUtilZoneGetSolutionTime()

SetValueReturnCode_e TecUtilSolutionTimeSetCurrent ( double  NewSolutionTime  ) 

Sets the current solution time for the current frame.

Parameters:
NewSolutionTime Value of the new solution time for the current frame.
Returns:
The setvalue return code (of type SetValueReturnCode_e).
Fortran Syntax:
    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)

See also:
TecUtilSolutionTimeGetCurrent()


Generated on Fri Aug 29 11:08:33 2008 for Tecplot by  doxygen 1.5.5