Package | Description |
---|---|
com.interpss.core.acsc.fault | |
com.interpss.core.acsc.fault.impl | |
com.interpss.core.funcImpl | |
com.interpss.dstab | |
com.interpss.dstab.algo | |
com.interpss.dstab.algo.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<SimpleFaultCode> |
SimpleFaultCode.VALUES
A public read-only list of all the 'Simple Fault Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static SimpleFaultCode |
SimpleFaultCode.get(int value)
Returns the 'Simple Fault Code' literal with the specified integer value.
|
static SimpleFaultCode |
SimpleFaultCode.get(java.lang.String literal)
Returns the 'Simple Fault Code' literal with the specified literal value.
|
static SimpleFaultCode |
SimpleFaultCode.getByName(java.lang.String name)
Returns the 'Simple Fault Code' literal with the specified name.
|
SimpleFaultCode |
AcscBusFault.getFaultCode()
Returns the value of the 'Fault Code' attribute.
|
static SimpleFaultCode |
SimpleFaultCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleFaultCode[] |
SimpleFaultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AcscBusFault.setFaultCode(SimpleFaultCode value)
Sets the value of the '
Fault Code ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static SimpleFaultCode |
AcscBusFaultImpl.FAULT_CODE_EDEFAULT
The default value of the '
Fault Code ' attribute. |
protected SimpleFaultCode |
AcscBusFaultImpl.faultCode
The cached value of the '
Fault Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
SimpleFaultCode |
AcscFaultFactoryImpl.createSimpleFaultCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
SimpleFaultCode |
AcscBusFaultImpl.getFaultCode() |
Modifier and Type | Method and Description |
---|---|
void |
AcscBusFaultImpl.setFaultCode(SimpleFaultCode newFaultCode) |
Modifier and Type | Method and Description |
---|---|
static void |
CoreUtilFunc.setBranchFaultData(AcscBranchFault fault,
SimpleFaultCode type,
double distance,
double rLG,
double xLG,
double rLL,
double xLL)
Set AcscBranchFault object data
|
static void |
CoreUtilFunc.setBusFaultData(AcscBusFault fault,
SimpleFaultCode type,
double rLG,
double xLG,
double rLL,
double xLL)
Set AcscBusFault object data
|
Modifier and Type | Method and Description |
---|---|
static DynamicSimuEvent |
DStabObjectFactory.createBusFaultEvent(java.lang.String faultBusId,
BaseDStabNetwork<?,?> net,
SimpleFaultCode code,
org.apache.commons.math3.complex.Complex zlg,
org.apache.commons.math3.complex.Complex zll,
double startTime,
double durationTime)
create a dynamic bus fault event
|
static DynamicSimuEvent |
DStabObjectFactory.createBusFaultEvent(java.lang.String faultBusId,
BaseDStabNetwork<?,?> net,
SimpleFaultCode code,
double startTime,
double durationTime)
create a dynamic bus fault event with zero ZLG and ZLL
|
static DStabBranchFault |
DStabObjectFactory.createDStabBranchFault(BaseDStabNetwork<?,?> net,
java.lang.String fromBusId,
java.lang.String toBusId,
SimpleFaultCode type,
double distance,
double rLG,
double xLG,
double rLL,
double xLL,
boolean reclosure,
double reclosureTime)
Create a DStabBranchFault object and add it to the DStabilityNetwork object
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicSimuAlgorithm.createBranchFault(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String circuitId,
double startTime,
double fromClearTime,
double toClearTime,
SimpleFaultCode faultCode,
org.apache.commons.math3.complex.Complex zLG,
org.apache.commons.math3.complex.Complex zLL)
create a BranchFault dynamic event and add to the DStabNetwork.dynamicEventList
|
boolean |
DynamicSimuAlgorithm.createBusFault(java.lang.String faultBusId,
double startTime,
double durationTime,
SimpleFaultCode faultCode,
org.apache.commons.math3.complex.Complex Zlg,
org.apache.commons.math3.complex.Complex Zll)
Create a bus fault and add it as a dynamic event to the dstab network
Required information: fault bus id, start time in sec, duration time in sec,
fault code to specify the fault type, as well as fault impedance
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicSimuAlgorithmImpl.createBranchFault(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String circuitId,
double startTime,
double fromClearTime,
double toClearTime,
SimpleFaultCode faultCode,
org.apache.commons.math3.complex.Complex zLG,
org.apache.commons.math3.complex.Complex zLL) |
boolean |
DynamicSimuAlgorithmImpl.createBusFault(java.lang.String faultBusId,
double startTime,
double durationTime,
SimpleFaultCode faultCode,
org.apache.commons.math3.complex.Complex Zlg,
org.apache.commons.math3.complex.Complex Zll) |