Package specific_analyses :: Package frame_order :: Module parameter_object :: Class Frame_order_params
[hide private]
[frames] | no frames]

type Frame_order_params

source code


The frame order parameter list singleton.

Instance Methods [hide private]
 
__init__(self)
Define all the parameters of the analysis.
source code

Inherited from parameter_object.Param_list: base_loop, check_param, contains, conversion_factor, data_names, default_value, description, error_flag, grace_string, grace_units, grid_lower, grid_upper, is_spin_param, loop, scaling, scope, set, simulation_flag, type, type_string, uf_doc, units

Static Methods [hide private]

Inherited from parameter_object.Param_list: __new__

Class Variables [hide private]
  _instance = None
Method Details [hide private]

__init__(self)
(Constructor)

source code 

Define all the parameters of the analysis.

Parameters:
  • spin_data - A flag which if True indicates that the specific analysis operates with spins.
Overrides: parameter_object.Param_list.__init__