read_data_set_conf#

pyvisgen.utils.read_data_set_conf(conf_toml: str | Path) dict[source]#

Read toml data set configuration file and convert it into a dictionary.

Parameters:
conf_tomlstr or Path

Path to config file.

Returns:
confdict

Simulation configuration.