| Home | Trees | Index | Help |
|
|---|
| Package pyrobot :: Package plugins :: Package devices :: Module Test :: Class TestDevice |
|
Device --+
|
TestDevice
| Method Summary | |
|---|---|
Method to make and show the device window. | |
Use this to put setup code in (instead of in __init__). | |
Method called to update the device properties. | |
Method to update the device window. | |
| Inherited from Device | |
Constructor for the device class. | |
Get a SensorValue, a range, or a set. | |
Used to iterate through SensorValues of device. | |
Method to addWidgets to the device window. | |
Device-level method to get all of the angles. | |
Hides the window. | |
Device-level method to get all of the distances. | |
Returns the value of .active. | |
Returns the device data, whatever it might be. | |
Returns the .state. | |
Return all of the groups a pos is in. | |
Get the maxvalue of the sensor. | |
Returns a specific SensorValue from the range device. | |
Returns the .visible of the sensor. | |
Convert the sensor units into default units. | |
Sets the .active property. | |
Set the maxvalue of the sensor. | |
Sets the title of the device. | |
Sets the .visible attribute, and hides/shows window. | |
Starts the device (sets the .state). | |
Stops the device (sets the .state). | |
| Property Summary | |
|---|---|
| Inherited from Device | |
geometry | |
noise | |
pos | |
rawValue | |
value | |
| Method Details |
|---|
makeWindow(self)Method to make and show the device window.
|
setup(self)Use this to put setup code in (instead of in __init__).
|
updateDevice(self)Method called to update the device properties.
|
updateWindow(self)Method to update the device window.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jul 25 01:39:26 2005 | http://epydoc.sf.net |