public class SENetworkHelper
extends java.lang.Object
Constructor and Description |
---|
SENetworkHelper() |
Modifier and Type | Method and Description |
---|---|
static SENetwork |
copySENetwrok(SENetwork seNet)
create a SENetwork object by coping all buses and branches in the seNet.
|
static SENetwork |
copySENetwrok(SENetwork seNet,
java.util.List<java.lang.String> busIdArray,
java.util.List<java.lang.String> branchIdArray)
create a SENetwork object by coping the buses (busIdArray) and branches (branchIdArray) in the seNet.
|
static SENetwork |
copySENetwrokEqv(SENetwork seNet,
java.util.List<java.lang.String> busIdArray,
java.util.List<java.lang.String> branchIdArray)
create a sub SENetwork object by 1) coping buses/branches from the setNet; 2) setting interface branch PQ measurement info as the bus measure info
|
static AclfNetwork |
createAclfNetwrok(SENetwork fromSeNet)
create an Aclf Network object from a SE Network object
|
static SENetwork |
createSENetwrok(AclfNetwork fromAclfNet)
create a SE Network object from an Aclf Network object
|
static void |
mapMeasureToReasult(SENetwork seNet)
map gen and load measurement data to the bus gen/load P and Q
|
public static void mapMeasureToReasult(SENetwork seNet) throws InterpssException
seNet
- InterpssException
public static SENetwork copySENetwrok(SENetwork seNet) throws InterpssException
seNet
- InterpssException
public static SENetwork copySENetwrok(SENetwork seNet, java.util.List<java.lang.String> busIdArray, java.util.List<java.lang.String> branchIdArray) throws InterpssException
seNet
- busIdArray
- branchIdArray
- InterpssException
public static SENetwork copySENetwrokEqv(SENetwork seNet, java.util.List<java.lang.String> busIdArray, java.util.List<java.lang.String> branchIdArray) throws InterpssException
seNet
- busIdArray
- branchIdArray
- InterpssException
public static SENetwork createSENetwrok(AclfNetwork fromAclfNet) throws InterpssException
fromAclfNet
- the Aclf Network objectInterpssException
public static AclfNetwork createAclfNetwrok(SENetwork fromSeNet) throws InterpssException
fromSeNet
- the SE Network objectInterpssException