class GeneralOptions(Boost.Python.instance)
    SIMCA general options class.
 
 
Method resolution order:
GeneralOptions
Boost.Python.instance
builtins.object

Methods defined here:
__enter__(...)
__enter__( (GeneralOptions)self) -> GeneralOptions
__init__(...)
Raises an exception
This class cannot be instantiated from Python
__reduce__ = (...)
get_correlation_matrix_limit(...)
get_correlation_matrix_limit( (GeneralOptions)self) -> int :
    Returns the limit number of variables to be able to display a correlation matrix list
set_correlation_matrix_limit(...)
set_correlation_matrix_limit( (GeneralOptions)self, (int)limit) -> None :
    Sets the limit number of variables to be able to display a correlation matrix list

Methods inherited from Boost.Python.instance:
__new__(*args, **kwargs) from Boost.Python.class
Create and return a new object.  See help(type) for accurate signature.

Data descriptors inherited from Boost.Python.instance:
__dict__
__weakref__