Eyetracker
 
Loading...
Searching...
No Matches
pygaze._time.ostime.OSTime Class Reference
Inheritance diagram for pygaze._time.ostime.OSTime:
pygaze._time.basetime.BaseTime

Public Member Functions

 __init__ (self)
 
 expstart (self)
 
 get_time (self)
 
 pause (self, pausetime)
 
 expend (self)
 
- Public Member Functions inherited from pygaze._time.basetime.BaseTime
 __init__ (self)
 

Constructor & Destructor Documentation

◆ __init__()

pygaze._time.ostime.OSTime.__init__ ( self)

Member Function Documentation

◆ expend()

pygaze._time.ostime.OSTime.expend ( self)
        Completely ends the experiment (only call this at the end!)
        
        arguments

        None
        
        keyword arguments
        
        None
        
        returns

        endtime --  ending time of the experiment (in milliseconds since
                    expbegintime

Reimplemented from pygaze._time.basetime.BaseTime.

◆ expstart()

pygaze._time.ostime.OSTime.expstart ( self)
        Time is set to 0 when calling this
        
        arguments

        None
        
        keyword arguments
        
        None

        returns

        Nothing

Reimplemented from pygaze._time.basetime.BaseTime.

◆ get_time()

pygaze._time.ostime.OSTime.get_time ( self)
        Returns current time in milliseconds
        
        arguments
        
        None
        
        keyword arguments
        
        None
        
        returns
        
        time        --  current time in milliseconds, as measured since
                    expbegintime

Reimplemented from pygaze._time.basetime.BaseTime.

◆ pause()

pygaze._time.ostime.OSTime.pause ( self,
pausetime )
        Pauses the experiment for given number of milliseconds
        
        arguments

        pausetime   --  time to pause in milliseconds
        
        keyword arguments
        
        None
        
        returns
        
        pausetime   --  actual time the system paused (in milliseconds)

Reimplemented from pygaze._time.basetime.BaseTime.


The documentation for this class was generated from the following file: