MATPOWER Documentation

Home

  • matpower.org

Get Started

  • Get Started

Manuals

  • MATPOWER User’s Manual
  • MATPOWER Developer’s Manual
  • MATPOWER Reference Manual
    • 1. Introduction
    • 2. Functions
    • 3. Classes
      • 3.1. Task Classes
      • 3.2. Data Model Classes
      • 3.3. Data Model Converter Classes
      • 3.4. Network Model Classes
      • 3.5. Mathematical Model Classes
      • 3.6. Miscellaneous Classes
      • 3.7. MATPOWER Extension Classes
        • Base
        • OPF Fixed Zonal Reserves Extension
        • Three-Phase Prototype Extension
        • Legacy DC Line Extension
        • Example User Constraint Extension
    • 4. Tests
    • 5. Legacy
    • 6. Previous Versions
  • MP-Test User’s Manual
  • MIPS User’s Manual
  • MP-Opt-Model User’s Manual
  • MOST User’s Manual
  • All Legacy PDF Manuals

How To Guides

  • How to Create a New Element Type
  • How to Add an OPF Constraint
  • How to Create an Extension
  • How to Run a Three-Phase Power Flow
  • How to Build the Documentation

Tech Notes

  • MATPOWER Technical Notes

Other Links

  • Donate
  • Downloads
  • GitHub Project
MATPOWER Documentation
  • MATPOWER Reference Manual
  • 3. Classes
  • mp.dme_buslink
  • View page source
Previous Next

mp.dme_buslink

class mp.dme_buslink

Bases: mp.dm_element

mp.dme_buslink - Data model element for 1-to-3-phase buslink.

Implements the data element model for 1-to-3-phase buslink elements.

Adds the following columns in the main data table, found in the tab property:

Name

Type

Description

bus

integer

bus ID (uid) of single phase bus

bus3p

integer

bus ID (uid) of 3-phase bus

Property Summary
bus

bus index vector (all buslinks)

bus3p

bus3p index vector (all buslinks)

pg1_start

initial phase 1 active power (p.u.) for buslinks that are on

pg2_start

initial phase 2 active power (p.u.) for buslinks that are on

pg3_start

initial phase 3 active power (p.u.) for buslinks that are on

qg1_start

initial phase 1 reactive power (p.u.) for buslinks that are on

qg2_start

initial phase 2 reactive power (p.u.) for buslinks that are on

qg3_start

initial phase 3 reactive power (p.u.) for buslinks that are on

Method Summary
name()
label()
labels()
cxn_type()
cxn_idx_prop()
main_table_var_names()
initialize(dm)
update_status(dm)
build_params(dm)
pp_have_section_det(mpopt, pp_args)
pp_get_headers_det(dm, out_e, mpopt, pp_args)
pp_data_row_det(dm, k, out_e, mpopt, fd, pp_args)
Previous Next

© Copyright 1996-2024, Power Systems Engineering Research Center (PSERC).

Built with Sphinx using a theme provided by Read the Docs.