public class AcscInputUtilFunc
extends java.lang.Object
| Constructor and Description |
|---|
AcscInputUtilFunc() |
| Modifier and Type | Method and Description |
|---|---|
static AcscBranch |
addAcscLineBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit)
Add a line branch to the network object
|
static AcscBranch |
addAcscPSXfromerBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
double fromAng,
double toAng,
Unit.UnitType angUnit,
XfrConnectCode fromConCode,
double fromRg,
double fromXg,
XfrConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a PSXfr branch to the network object
|
static AcscBranch |
addAcscXformerBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
XfrConnectCode fromConCode,
double fromRg,
double fromXg,
XfrConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a xfr branch to the network object
|
static AcscBus |
addScContributeBusTo(AcscNetwork net,
java.lang.String busId,
java.lang.String name,
double baseVolt,
int noArea,
int noZone,
double r1,
double x1,
double r2,
double x2,
double r0,
double x0,
Unit.UnitType zUnit,
java.lang.String gCode,
double rg,
double xg,
Unit.UnitType gzUnit)
Add a contributing bus to the network object
|
static AcscBus |
addScNonContributeBusTo(AcscNetwork net,
java.lang.String id,
java.lang.String name,
double baseV,
int noArea,
int noZone)
Add a non-contributing bus to the network object
|
public static AcscBus addScContributeBusTo(AcscNetwork net, java.lang.String busId, java.lang.String name, double baseVolt, int noArea, int noZone, double r1, double x1, double r2, double x2, double r0, double x0, Unit.UnitType zUnit, java.lang.String gCode, double rg, double xg, Unit.UnitType gzUnit) throws InterpssException
net - busId - baseVolt - noArea - noZone - r1 - x1 - r2 - x2 - r0 - x0 - zUnit - gCode - rg - xg - gzUnit - InterpssExceptionpublic static AcscBus addScNonContributeBusTo(AcscNetwork net, java.lang.String id, java.lang.String name, double baseV, int noArea, int noZone) throws InterpssException
net - id - baseV - noArea - noZone - InterpssExceptionpublic static AcscBranch addAcscLineBranchTo(AcscNetwork net, java.lang.String branchFromBusId, java.lang.String branchToBusId, java.lang.String name, double r1, double x1, double r0, double x0, Unit.UnitType zUnit) throws InterpssException
net - branchFromBusId - branchToBusId - r1 - x1 - r0 - x0 - zUnit - msg - InterpssExceptionpublic static AcscBranch addAcscXformerBranchTo(AcscNetwork net, java.lang.String branchFromBusId, java.lang.String branchToBusId, java.lang.String name, double r1, double x1, double r0, double x0, Unit.UnitType zUnit, XfrConnectCode fromConCode, double fromRg, double fromXg, XfrConnectCode toConCode, double toRg, double toXg, Unit.UnitType zgUnit) throws InterpssException
net - branchFromBusId - branchToBusId - r1 - x1 - r0 - x0 - zUnit - fromConCode - fromRg - fromXg - toConCode - toRg - toXg - zgUnit - msg - InterpssExceptionpublic static AcscBranch addAcscPSXfromerBranchTo(AcscNetwork net, java.lang.String branchFromBusId, java.lang.String branchToBusId, java.lang.String name, double r1, double x1, double r0, double x0, Unit.UnitType zUnit, double fromAng, double toAng, Unit.UnitType angUnit, XfrConnectCode fromConCode, double fromRg, double fromXg, XfrConnectCode toConCode, double toRg, double toXg, Unit.UnitType zgUnit) throws InterpssException
net - branchFromBusId - branchToBusId - r1 - x1 - r0 - x0 - zUnit - fromAng - toAng - angUnit - fromConCode - fromRg - fromXg - toConCode - toRg - toXg - zgUnit - msg - InterpssException