Module vrVrpnTracking :: Class vrTrackerDial
[frames] | no frames]

Class vrTrackerDial

   object --+            
            |            
  ??.instance --+        
                |        
vrAEBase.vrAEBase --+    
                    |    
      vrTrackerSensor --+
                        |
                       vrTrackerDial

The vrTrackerDial class is a proxy class to access a tracking dial as defined in the Tracking GUI module. In order to create a vrTrackerDial object for an existing dial, you only have to pass its name as the only parameter to its constructor. The name is simply a user definable string and set in the tracking GUI in VRED.

Instance Methods
 
__init__(name)
The constructor of the vrTrackerDial class.
float (64bit)
getValue()
Returns current value of dial.

Inherited from vrTrackerSensor: getName, getType, setEnabled, setSensorId

Inherited from vrAEBase.vrAEBase: __reduce__, addLoop, callAllConnected, connect, connectSignal, emitSignal, getModuleName, isActive, loop, recEvent, removeConnections, setActive, setUpdateGUIEnabled, subLoop

Inherited from unreachable.instance: __new__

Class Variables

Inherited from vrTrackerSensor: __instance_size__

Method Details

__init__(name)
(Constructor)

 

The constructor of the vrTrackerDial class.

Parameters:
  • name (string) - The name of the dial.
Overrides: vrAEBase.vrAEBase.__init__

getValue()

 

Returns current value of dial.

Returns: float (64bit)
The value of the dial.