-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathconfig.ini
More file actions
53 lines (50 loc) · 3.23 KB
/
Copy pathconfig.ini
File metadata and controls
53 lines (50 loc) · 3.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[General]
# Test case sheet path
Casesheet path = .\testcases.xlsx
# Path to export result files (relative to execute.py)
Export folder = export
[Python]
# Optional path to append to the python path
Python path =
[PSCAD]
# Volley size is the number of simulations to be run in parallel (up to a maximum of 64, license dependent).
# This should always be at least 1 less than the number of processors available.
Volley = 8
# "Tracing = False", corrisponds to "Affinity Type" 0, which means that none of the parallel simulation instance will
# send simulation data back to display in graphs during the simulation run.
# This can improve performance, but you won't be able to see the live state of the simulation in the GUI until it finishes.
# "Tracing = True", corrisponds to "Affinity Type" 2 ('ALL'), which means that all the parallel simulation instance will
# send simulation data back to display in graphs during the simulation run.
# This can significantly increase overhead and reduce performance, especially for large simulations, but it allows you to
# see the current state of the simulation in real time.
# This can be useful for monitoring and debugging, but may also increase overhead and reduce performance.
Tracing = False
# With "State animation = False", the schematic remains static.
# With "State animation = True", as the simulation runs, the PSCAD GUI constantly updates the schematic to show the current
# state of the power system.
State animation = False
# With "Only in use channels = False", the simulation engine calculates and prepares every single signal and component
# state in the entire project.
# With "Only in use channels = True", the engine only processes and buffers data for signals that are explicitly connected
# to an Output Channel or a Plot.
Only in use channels = True
# To reduce the size of the .psout files and reduce the possibility of an Out of Memory (OoM) error in PSCAD when running
# a lot of test cases, it is recommended to only enable # the PGBs of the signals specified in the Plotter's figureSetup.csv file
Disable all unused PGBs = True
# Use legacy Unit measurement signal naming convention, e.g. <unit_name>\<alias>default_unit_measurement_signal_name,
# instead of the new convention, e.g. <unit_name>\default_unit_measurement_signal_name
# Because .psout files are stored with a signal path name, e.g. Unit, Unit_1, Unit_2, etc, a unique alias is no longer required
# to distinguish between signals with the same name in different measurement units.
Use legacy Unit measurement signal naming = True
# Fortran version when running "execute_pscad.py" from the command line, e.g. Intel 12.1.371, Intel 15.0.148,
# Intel 15.0.148 (64-bit), Intel 19.2.49496, Intel 19.2.49496 (64-bit), etc.
Fortran version = Intel 19.2.49496 (64-bit)
# Workspace path when running "execute_pscad.py" from the command line
Workspace = ..\Solbakke.pswx
[PowerFactory]
# PowerFactory parallel task automation.
Parallel = True
# As per 2023 SP5 there is a bug in PF that causes QDSL blocks to be ignored in parallel simulations.
# PowerFactory temporary workaround: QDSL controller sometimes fails when not in same grid as calc. relevant statgens.
# The QDSL controller will be copied to the following grid. Disable by setting to empty string:
QDSL copy grid =