The model-free auto-analysis GUI element.
|
__init__(self,
parent,
id=-1,
pos=wx.Point(-1,-1),
size=wx.Size(-1,-1),
style=524288,
name='scrolledpanel',
gui=None,
analysis_name=None,
pipe_name=None,
pipe_bundle=None,
uf_exec=[],
data_index=None)
Build the automatic model-free protocol GUI element. |
source code
|
|
|
|
|
activate(self)
Activate or deactivate certain elements of the analysis in response
to the execution lock. |
source code
|
|
|
|
class instance, list of str
|
|
wx.BoxSizer instance
|
|
wx.BoxSizer instance
|
|
|
delete(self)
Unregister the spin count from the user functions. |
source code
|
|
|
execute(self,
event=None)
Set up, execute, and process the automatic model-free protocol. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sync_ds(self,
upload=False)
Synchronise the analysis frame and the relax data store, both ways. |
source code
|
|
|
|
Inherited from base.Base_analysis :
add_button_open ,
add_execute_analysis ,
add_spin_control ,
add_spin_systems ,
add_static_text ,
add_subsubtitle ,
add_subtitle ,
add_text_control ,
add_title ,
build_main_box ,
launch_spin_editor ,
resize ,
spin_count ,
update_spin_count
Inherited from wx.lib.scrolledpanel.ScrolledPanel :
OnChildFocus ,
ScrollChildIntoView ,
SetupScrolling
Inherited from wx.lib.scrolledpanel.ScrolledPanel (private):
_SetupAfter
|