pydae-bps
Balanced Power Systems builder for the pydae DAE solver.
Reads JSON/HJSON power system network descriptions (similar to PSS/E or PSAT format) and constructs the symbolic DAE system dictionary for pydae.core.Builder.
Installation
pip install pydae-bps # automatically installs pydae as a dependency
Quick start
from pydae.bps import BpsBuilder
from pydae.core import Builder, Model
grid = BpsBuilder('ieee39.json')
grid.construct('ieee39')
bld = Builder(grid.sys_dict, target='ctypes')
bld.build()
model = Model('ieee39')
model.ini({}, xy_0=1)
model.run(10.0, {'p_c_30': 0.8})
model.post()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pydae_bps-1.8.0.tar.gz
(18.4 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pydae_bps-1.8.0-py3-none-any.whl
(19.1 MB
view details)
File details
Details for the file pydae_bps-1.8.0.tar.gz.
File metadata
- Download URL: pydae_bps-1.8.0.tar.gz
- Upload date:
- Size: 18.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.9 {"installer":{"name":"uv","version":"0.11.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
426625a90afb440531407471211e67f5d0c68831b74e063a5d5598e368d42612
|
|
| MD5 |
2546518d65f50b2bc7be6072ac57e28b
|
|
| BLAKE2b-256 |
5295ba96e2723cba4cc9b08ffc5bcf36791dbce5d8700e4278b7208eb9e02b80
|
File details
Details for the file pydae_bps-1.8.0-py3-none-any.whl.
File metadata
- Download URL: pydae_bps-1.8.0-py3-none-any.whl
- Upload date:
- Size: 19.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.9 {"installer":{"name":"uv","version":"0.11.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72fe2e4b38a44b28e93686553f76926970297f21ad760e823d117092bfd853e6
|
|
| MD5 |
252d57f9f2e87ce8dc532bd38b93a4d2
|
|
| BLAKE2b-256 |
66089533d0e1b64a8de8f9e093cec1184f18169ffdb37d16bc78525e27579bda
|