pycotools3.tasks.Scan¶
-
class
pycotools3.tasks.Scan(model, **kwargs)[source]¶ Interface to COPASI scan task
Args:
Returns:
Methods
__init__(model, **kwargs)param model: check_integrity(allowed, given)Method to raise an error when a wrong kwarg is passed to a subclass convert_bool_to_numeric(dct)CopasiML uses 1’s and 0’s for True or False in some but not all places. convert_bool_to_numeric2()CopasiML uses 1’s and 0’s for True or False in some but not all places. create_scan()metabolite cn: define_report()Use Report class to create report :return: execute()get_report_key()get_variable_from_string(m, v[, glob])Use model entity name to get the pycotools3 variable read_model(m)param m: remove_scans()Remove all scans that have been defined. set_scan_options()update_properties(kwargs)method for updating properties from kwargs Attributes
schema