NNConfig#

class nextnanopy.NNConfig(fullpath=None)#

Bases: Config

to_default()#
reset()#
check_complete()#
get_unsupported_products()#
update_with_defaults()#
add_section(section)#
config_to_configparser()#
configparser_to_config()#
get(section, option)#
get_options(section)#
load()#
preview()#
read_file()#
save(fullpath=None)#
property sections#
set(section, option, value)#
validate_config()#