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 PathPath to config file. Returns: confdictSimulation configuration.