mp.dme_bus3p
- class mp.dme_bus3p
Bases:
mp.dm_element
mp.dme_bus3p
- Data model element for 3-phase bus.Implements the data element model for 3-phase bus elements.
Adds the following columns in the main data table, found in the
tab
property:Name
Type
Description
type
integer
bus type (1 = PQ, 2 = PV, 3 = ref, 4 = isolated)
base_kv
double
base voltage (kV)
vm1
double
phase 1 voltage magnitude (p.u.)
vm2
double
phase 2 voltage magnitude (p.u.)
vm3
double
phase 3 voltage magnitude (p.u.)
va1
double
phase 1 voltage angle (degrees)
va2
double
phase 2 voltage angle (degrees)
va3
double
phase 3 voltage angle (degrees)
- Property Summary
-
- vm1_start
initial phase 1 voltage magnitudes (p.u.) for buses that are on
- vm2_start
initial phase 2 voltage magnitudes (p.u.) for buses that are on
- vm3_start
initial phase 3 voltage magnitudes (p.u.) for buses that are on
- va1_start
initial phase 1 voltage angles (radians) for buses that are on
- va2_start
initial phase 2 voltage angles (radians) for buses that are on
- va3_start
initial phase 3 voltage angles (radians) for buses that are on
- vm_control
true if voltage is controlled, for buses that are on
- Method Summary
- name()
- label()
- labels()
- main_table_var_names()
- init_status(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)