exa.common.control.sweep.option.constants.OPTIONS_TYPE

Contents

exa.common.control.sweep.option.constants.OPTIONS_TYPE#

OPTIONS_TYPE: Dict[str, Any] = {'asc': 'asc', 'center': 'center', 'center_exp': 'center_exp', 'center_span_base_list': ['center', 'span', 'count', 'base', 'asc'], 'center_span_list': ['center', 'span', 'count', 'step', 'asc'], 'count': 'count', 'fixed': 'fixed', 'span': 'span', 'span_exp': 'span_exp', 'start': 'start', 'start_exp': 'start_exp', 'start_stop_base_list': ['start', 'stop', 'count', 'base'], 'start_stop_list': ['start', 'stop', 'count', 'step'], 'step': 'step', 'stop': 'stop', 'stop_exp': 'stop_exp'}#

Dictionary with all possible types of options