Default Simulation SettingsΒΆ

[project]
project_path = "build"
active_project = "ExampleProject"
active_scenario = ""
start_time = "2020-01-01T00:00:00"
simulation_duration_min = 1440.0
step_resolution_sec = 900.0
loadshape_start_time = "2020-01-01T00:00:00"
simulation_type = "qsts"
control_mode = "Static"
max_control_iterations = 50
convergence_error_threshold = 0.0
error_tolerance = 0.001
max_error_tolerance = 0.0
skip_export_on_convergence_error = true
dss_file = "Master.dss"
dss_file_absolute_path = false
disable_pydss_controllers = false
use_controller_registry = false
[[project.scenarios]]
name = "scenario1"
post_process_infos = []

[project.scenarios.snapshot_time_point_selection_config]
mode = "none"
start_time = "2020-01-01T00:00:00"
search_duration_min = 1440.0
[[project.scenarios]]
name = "scenario2"
post_process_infos = []

[project.scenarios.snapshot_time_point_selection_config]
mode = "none"
start_time = "2020-01-01T00:00:00"
search_duration_min = 1440.0

[exports]
export_results = false
export_elements = true
export_element_types = []
export_data_tables = true
export_pv_profiles = false
export_data_in_memory = false
export_node_names_by_type = false
export_event_log = true
export_format = "h5"
export_compression = false
hdf_max_chunk_bytes = 524288

[frequency]
enable_frequency_sweep = false
fundamental_frequency = 60.0
start_frequency = 1.0
end_frequency = 15.0
frequency_increment = 2.0
neglect_shunt_admittance = false
percentage_load_in_series = 50.0

[helics]
co_simulation_mode = false
iterative_mode = false
error_tolerance = 0.0001
max_co_iterations = 15
broker = "mainbroker"
broker_port = 0
federate_name = "PyDSS"
time_delta = 0.01
core_type = "zmq"
uninterruptible = true
logging_level = 5

[logging]
logging_level = "info"
enable_console = true
enable_file = true
clear_old_log_file = false
log_time_step_updates = true

[monte_carlo]
num_scenarios = -1

[plots]
create_dynamic_plots = false
open_plots_in_browser = true

[profiles]
use_profile_manager = false
source_type = "h5"
source = "Profiles_backup.hdf5"
profile_mapping = ""
is_relative_path = true

[reports]
format = "h5"
granularity = "per_element_per_time_point"
types = []

[project.simulation_range]
start = "00:00:00"
end = "23:59:59"

[profiles.settings]