|
__init__(self,
model,
cls,
prev_tool,
**kw)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
onActivate(self)
Finds classes used in this model, and Voltage (signal or constant)
from this data; sets up for 2 passes (2 measurements per class, at
different Voltage) if model.file.IeqFv and Voltage isn't constant. |
source code
|
|
|
|
|
__onSel(self,
left,
right)
Measures; sets 2sec timer to store measurement and go to next step. |
source code
|
|
|
|
|
__measure(self,
left,
right,
signal=None)
Returns the (mean, std) of signal, in the first onscreen segment,
between left and right [seconds from segment start]. |
source code
|
|
|
|
|
__show_confirm(self,
msg,
commit)
Displays the string msg for 2sec, with a Cancel button, then calls
commit() unless Canceled. |
source code
|
|
|
|
|
|
|
onPress(self,
x,
y,
e)
Intercepts button clicks; highlights like QubData_SelTool. |
source code
|
|
|
|
|
onDrag(self,
x,
y,
e)
Intercepts button clicks; highlights like QubData_SelTool. |
source code
|
|
|
|
Inherited from dataGTK.QubData_SelTool :
get_sel ,
get_sels ,
onDblClick ,
onKeyPress ,
onScroll
Inherited from toolspace.Tool :
activate ,
deactivate ,
onDeactivate ,
onKeyRelease ,
onNeedPopup ,
onRoll
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|