andes.system.helpers#
System-level utility functions and internal helpers.
- Active public utilities:
fix_view_arrays: Restore NumPy view arrays after deserialization.example: Load a pre-configured IEEE 14-bus example system.import_pycode: Import generated numerical code.
- Internal DAE naming helpers (consumed by
andes.system.facade): _append_model_name,_set_xy_name,_set_hi_name,_set_z_name.
- Deprecated backward-compat wrappers (will be removed in v3.0):
_config_numpy: useSystemConfigRuntime.configure_numpy().load_config_rc: useSystemConfigRuntime.load_config_rc().
Functions
|
Return an |
|
Point NumPy arrays without OWNDATA (termed "view arrays" here) to the source array. |
|
Import generated numerical code (pycode). |
|
Backward-compatible wrapper to |