IscEquivalentBranch
The IscEquivalentBranch class provides access to an IPSA equivalent branch (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 component ID for the “From” busbar. |
Integer |
ToUID |
Gets the unique component ID for the “To” busbar. |
String |
FromBusName |
Gets the sending busbar name. |
String |
ToBusName |
Gets the receiving busbar name. |
String |
Name |
Gets the branch name. |
Integer |
Status |
Status:
|
Float |
ResistancePU |
Gets and sets the positive sequence resistance in per unit. |
Float |
ReactancePU |
Gets and sets the positive sequence reactance in per unit. |
Boolean |
HideLabel |
|
String |
Comment |
Gets and sets the comments. |
IscEquivalentBranch Class
- class ipsa.IscEquivalentBranch
Provides access to the IPSA equivalent branch.
- 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.
- GetSendPowerMagnitudeMVA() float
Returns the equivalent branch sending end power in MVA.
- Returns:
The equivalent branch sending end power in MVA.
- Return type:
- GetSendPowerMagnitudekVA() float
Returns the equivalent branch sending end power in kVA.
- Returns:
The equivalent branch sending end power in kVA.
- Return type:
- GetSendRealPowerMW() float
Returns the equivalent branch sending end power in MW.
- Returns:
The equivalent branch sending end power in MW.
- Return type:
- GetSendReactivePowerMVAr() float
Returns the equivalent branch sending end power in MVAr.
- Returns:
The equivalent branch sending end power in MVAr.
- Return type:
- GetSendRealPowerkW() float
Returns the equivalent branch sending end power in kW.
- Returns:
The equivalent branch sending end power in kW.
- Return type:
- GetSendReactivePowerkVAr() float
Returns the equivalent branch sending end power in kVAr.
- Returns:
The equivalent branch sending end power in kVAr.
- Return type:
- GetReceivePowerMagnitudeMVA() float
Returns the equivalent branch receiving end power in MVA.
- Returns:
The equivalent branch receiving end power in MVA.
- Return type:
- GetReceivePowerMagnitudekVA() float
Returns the equivalent branch receiving end power in kVA.
- Returns:
The equivalent branch receiving end power in kVA.
- Return type:
- GetReceiveRealPowerMW() float
Returns the equivalent branch receiving end power in MW.
- Returns:
The equivalent branch receiving end power in MW.
- Return type:
- GetReceiveReactivePowerMVAr() float
Returns the equivalent branch receiving end power in MVAr.
- Returns:
The equivalent branch receiving end power in MVAr.
- Return type:
- GetReceiveRealPowerkW() float
Returns the equivalent branch receiving end power in kW.
- Returns:
The equivalent branch receiving end power in kW.
- Return type:
- GetReceiveReactivePowerkVAr() float
Returns the equivalent branch receiving end power in kVAr.
- Returns:
The equivalent branch receiving end power in kVAr.
- Return type:
- GetLargestPowerMagnitudeMVA() float
Returns the highest equivalent branch power in MVA.
- Returns:
The highest equivalent branch power in MVA.
- Return type:
- GetLargestPowerMagnitudekVA() float
Returns the highest equivalent branch power in kVA.
- Returns:
The highest equivalent branch power in kVA.
- Return type:
- GetLargestRealPowerMW() float
Returns the highest equivalent branch power in MW.
- Returns:
The highest equivalent branch power in MW.
- Return type:
- GetLargestReactivePowerMVAr() float
Returns the highest equivalent branch power in MVAr.
- Returns:
The highest equivalent branch power in MVAr.
- Return type:
- GetLargestRealPowerkW() float
Returns the highest equivalent branch power in kW.
- Returns:
The highest equivalent branch power in kW.
- Return type:
- GetLargestReactivePowerkVAr() float
Returns the highest equivalent branch power in kVAr.
- Returns:
The highest equivalent branch power in kVAr.
- Return type:
- GetLossesMW() float
Returns the equivalent branch losses in MW.
- Returns:
The equivalent branch losses in MW.
- Return type:
- GetLossesMVAr() float
Returns the equivalent branch losses in MVAr.
- Returns:
The equivalent branch losses in MVAr.
- Return type:
- GetLosseskW() float
Returns the equivalent branch losses in kW.
- Returns:
The equivalent branch losses in kW.
- Return type: