Qudi
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
simpledatagui.SimpleDataGui Class Reference

FIXME Please document. More...

Inheritance diagram for simpledatagui.SimpleDataGui:
Inheritance graph
[legend]
Collaboration diagram for simpledatagui.SimpleDataGui:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, config, kwargs)
 
def on_activate (self)
 Definition and initialisation of the GUI.
 
def show (self)
 Make window visible and put it above all other windows.
 
def on_deactivate (self)
 Deactivate the module properly.
 
def updateData (self)
 The function that grabs the data and sends it to the plot.
 
def start_clicked (self)
 Handling the Start button to stop and restart the counter.
 
def save_clicked (self)
 Handling the save button to save the data into a file.
 

Public Attributes

 plot1
 
 plot2
 
 curvearr
 
 smootharr
 

Static Public Attributes

 simplelogic = Connector(interface='SimpleDataLogic')
 declare connectors
 
 sigStart = QtCore.Signal()
 
 sigStop = QtCore.Signal()
 

Detailed Description

FIXME Please document.


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