IscEquivalentRadial
The IscEquivalentRadial class provides access to an IPSA equivalent radial (generated by network reduction), to set and get data values and to retrieve load flow results.
Field Values
Type |
Field Name |
Description |
|---|---|---|
Integer |
FromUID |
Gets the unique ID for busbar. |
String |
BusName |
Gets the busbar name. |
String |
Name |
Gets the equivalent radial name. |
Integer |
Status |
Status:
|
Float |
RealPowerMW |
Gets and sets the active power output. |
Float |
ReactivePowerMVAr |
Gets and sets the reactive power output. |
Float |
ResistancePU |
Gets the resistance from the shunt equivalent in per unit. |
Float |
ReactancePU |
Gets the reactance from the shunt equivalent in per unit. |
Float |
ExtResistancePU |
Gets the resistance in per unit from the diagonal shunt component generated in the Extended Ward method. |
Float |
ExtReactancePU |
Gets the reactance in per unit from the diagonal shunt component generated in the Extended Ward method. |
Float |
TargetVoltagePU |
Gets and sets the target voltage in per unit. |
Boolean |
IncludesReducedSlack |
Gets whether the equivalent radial includes a reduced slack busbar. |
List[Int] |
CatalogTypes |
Gets a list of the type of objects in the catalog (generator, load, motor). |
List[Int] |
CatalogTechs |
Gets a list of the technology for the objects in the catalog. |
List[Int] |
CatalogStagings |
Gets a list of the development stage for the objects in the catalog. |
List[Float] |
CatalogPowersMW |
Gets a list of the real power in MW for the objects in the catalog. |
String |
Comment |
Gets and sets the comments. |
IscEquivalentRadial Class
- class ipsa.IscEquivalentRadial
Provides access to an IPSA equivalent radial.
- GetListIValue(nFieldIndex: int) List[int]
Returns a list of integer values for the enumerated field.
- GetListDValue(nFieldIndex: int) List[float]
Returns a list of double values for the enumerated field.
- SetIValue(nFieldIndex: int, nValue: int) bool
Sets the value for the enumerated field from an integer.
- SetDValue(nFieldIndex: int, dValue: float) bool
Sets the value for the enumerated field from a double.
- SetSValue(nFieldIndex: int, strValue: int) bool
Sets the value for the enumerated field from a string.
- SetBValue(nFieldIndex: int, bValue: bool) bool
Sets the value for the enumerated field from boolean.
- SetListIValue(nFieldIndex: int, lIValue: List[int]) bool
Sets the value for the enumerated field from a list of integers.
- SetListDValue(nFieldIndex: int, lDValue: List[float]) bool
Sets the value for the enumerated field from a list of doubles.
- GetVoltageMagnitudePU() float
Returns the equivalent radial voltage magnitude in per unit.
- Returns:
The equivalent radial voltage magnitude in per unit.
- Return type:
- GetVoltageAngleRad() float
Returns the voltage angle in radians.
- Returns:
The voltage angle.
- Return type:
- GetVoltageAngleDeg() float
Returns the voltage angle in degrees.
- Returns:
The voltage angle.
- Return type:
- GetInjectionRealPowerMW() float
Returns the current injection real power output in MW.
- Returns:
The current injection real power output in MW.
- Return type:
- GetInjectionReactivePowerMVAr() float
Returns the current injection reactive power output in MVAr.
- Returns:
The current injection reactive power output in MVAr.
- Return type:
- GetInjectionRealPowerkW() float
Returns the current injection real power output in kW.
- Returns:
The current injection real power output in kW.
- Return type:
- GetInjectionReactivePowerkVAr() float
Returns the current injection reactive power output in kVAr.
- Returns:
The current injection reactive power output in kVAr.
- Return type:
- GetShuntRealPowerMW() float
Returns the real shunt power in MW.
- Returns:
The real shunt power in MW.
- Return type:
- GetShuntReactivePowerMVAr() float
Returns the reactive shunt power in MVAr.
- Returns:
The reactive shunt power in MVAr.
- Return type:
- GetShuntRealPowerkW() float
Returns the real shunt power in kW.
- Returns:
The real shunt power in kW.
- Return type:
- GetShuntReactivePowerkVAr() float
Returns the reactive shunt power in kVAr.
- Returns:
The reactive shunt power in kVAr.
- Return type:
- GetFictBranchRealPowerMW() float
Returns the real power injection from the fictitious branch component of the Extended Ward in MW.
- Returns:
The real power injection from the fictitious branch component of the Extended Ward in MW.
- Return type:
- GetFictBranchReactivePowerMVAr() float
Returns the reactive power injection from the fictitious branch component of the Extended Ward in MVAr.
- Returns:
The reactive power injection from the fictitious branch component of the Extended Ward in MVAr.
- Return type:
- GetFictBranchRealPowerkW() float
Returns the real power injection from the fictitious branch component of the Extended Ward in kW.
- Returns:
The real power injection from the fictitious branch component of the Extended Ward in kW.
- Return type:
- GetFictBranchReactivePowerkVAr() float
Returns the reactive power injection from the fictitious branch component of the Extended Ward in kVAr.
- Returns:
The reactive power injection from the fictitious branch component of the Extended Ward in kVAr.
- Return type:
- GetTotalRealPowerMW() float
Returns the total real power output from the equivalent radial in MW.
- Returns:
The total real power output from the equivalent radial in MW.
- Return type:
- GetTotalReactivePowerMVAr() float
Returns the total reactive power output from the equivalent radial in MVAr.
- Returns:
The total reactive power output from the equivalent radial in MVAr.
- Return type:
- GetTotalRealPowerkW() float
Returns the total real power output from the equivalent radial in kW.
- Returns:
The total real power output from the equivalent radial in kW.
- Return type:
- GetTotalReactivePowerkVAr() float
Returns the total reactive power output from the equivalent radial in kVAr.
- Returns:
The total reactive power output from the equivalent radial in kVAr.
- Return type: