Tellurium Plugins
Python Wrapper for Tellurium Plugins
 All Data Structures Functions Properties Groups Pages
Public Member Functions | Data Fields
Plugin Class Reference
Inheritance diagram for Plugin:

Public Member Functions

def __init__
 Create a Plugin instance. More...
 
def getVersion
 Retrieve the plugins version. More...
 
def setProperty
 Set a given propoerty in the plugin. More...
 
def getProperty
 Get the value for a given propoerty in the plugin. More...
 
def __setattr__
 
def __getattr__
 
def listOfProperties
 List all the properties in the plugin. More...
 

Data Fields

 pluginName
 
 plugin
 

Constructor & Destructor Documentation

def __init__ (   self,
  pluginName 
)

Create a Plugin instance.

1 myPlugin = Plugin ("tel_add_noise")

Member Function Documentation

def getProperty (   self,
  name 
)

Get the value for a given propoerty in the plugin.

1 print myPlugin.getProperty("Sigma")
def getVersion (   self)

Retrieve the plugins version.

1 print plugin.getVersion()
def listOfProperties (   self)

List all the properties in the plugin.

1 print myPlugin.listOfProperties()
def setProperty (   self,
  name,
  value 
)

Set a given propoerty in the plugin.

1 myPlugin.setProperty ("Sigma", 0.1)

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