power-grid-model icon indicating copy to clipboard operation
power-grid-model copied to clipboard

Python/C++ library for distribution power system analysis

Results 155 power-grid-model issues
Sort by recently updated
recently updated
newest added

Part of https://github.com/PowerGridModel/power-grid-model/issues/548 ### Changes proposed in this PR include: - Modify serialization and deserilization per step 3 and 4 of python api in https://github.com/PowerGridModel/power-grid-model/issues/548

Improve type hinting that is present to Python 3.10 standards (e.g. replace Union with |) Add type hinting to places where it’s not present yet (make use of TypeVar) *...

* This is preparation to #548 (relates to Python API step 1) * This relates to #465

feature

The new feature should introduce a function to calculate the expected value $E$ and the actual value of the minimization function $J(x)$. If $J(x)$ lies within the 3-sigma band, the...

feature

#### Description This feature introduces the capability to directly handle electrical parameters (r, x, g, b) within the JSON interface of the Power Grid Model (PGM). This enhancement aims to...

feature

The LoadGenerator types: `sym_load`, `sym_gen`, `asym_load`, and `asym_gen`, have as input `p_specified` and `q_specified` which are RealValueInput, so they can take both positive and negative values. My proposal is to...

feature

the current build guide in on the [CMake project](https://power-grid-model.readthedocs.io/en/stable/advanced_documentation/build-guide.html#build-system-for-cmake-project) suggests that we use Ninja as our build backend, as well as that we always build everything. This is not up...

documentation

**This ticket is an incomplete placeholder and should be refined together with the feature requestor first.** Currently, we model line drop compensation based on the cable impedance and current. $$...

feature

What need to happen: - [x] Figure out the meeth - [ ] Control side at the node with higher rated voltage - [ ] Tap side and the control...

feature