public interface DistRotatingMachine extends DistNonContribBus
Modifier and Type | Method and Description |
---|---|
BusScGrounding |
getGrounding() |
org.apache.commons.math3.complex.Complex |
getLoadSchedule(int n) |
double |
getPFactor() |
Unit.UnitType |
getPfUnit() |
double |
getRatedVoltage() |
Unit.UnitType |
getRatedVUnit()
PU | Volt | KV
|
org.apache.commons.math3.complex.Complex |
getZ0() |
org.apache.commons.math3.complex.Complex |
getZ1() |
org.apache.commons.math3.complex.Complex |
getZ1(int index)
index starts from 0
|
java.util.List<org.apache.commons.math3.complex.Complex> |
getZ1List() |
org.apache.commons.math3.complex.Complex |
getZ2() |
Unit.UnitType |
getZUnit()
PU | Percent | Ohm | milliOhm
|
void |
setAcscBusData(int scPointIndex,
double baseKva,
double ratedKva)
Set DistBus data to the AcscBus object for the SC Point index.
|
void |
setLoadSchedule(org.apache.commons.math3.complex.Complex c,
int n) |
void |
setPFactor(double pf,
Unit.UnitType unit)
Set power factor in the unit specified.
|
void |
setRatedVoltage(double volt,
Unit.UnitType unit) |
void |
setZ0_2(org.apache.commons.math3.complex.Complex z0,
org.apache.commons.math3.complex.Complex z2) |
void |
setZ1(org.apache.commons.math3.complex.Complex z) |
void |
setZ1(org.apache.commons.math3.complex.Complex z,
int index)
index starts from 0
|
void |
setZUnit(Unit.UnitType unit)
Set Z unit.
|
getBaseVoltage, setBaseVoltage
getPointVoltage, setAclfBusData, setAclfBusData, setAcscBusData, setAcscBusData, setPointVoltage, toString
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
double getRatedVoltage()
Unit.UnitType getRatedVUnit()
java.util.List<org.apache.commons.math3.complex.Complex> getZ1List()
org.apache.commons.math3.complex.Complex getZ1(int index)
org.apache.commons.math3.complex.Complex getZ1()
org.apache.commons.math3.complex.Complex getZ0()
org.apache.commons.math3.complex.Complex getZ2()
Unit.UnitType getZUnit()
double getPFactor()
Unit.UnitType getPfUnit()
void setZ1(org.apache.commons.math3.complex.Complex z, int index)
void setZ1(org.apache.commons.math3.complex.Complex z)
void setZ0_2(org.apache.commons.math3.complex.Complex z0, org.apache.commons.math3.complex.Complex z2)
void setZUnit(Unit.UnitType unit)
void setAcscBusData(int scPointIndex, double baseKva, double ratedKva)
BusScGrounding getGrounding()
org.apache.commons.math3.complex.Complex getLoadSchedule(int n)
void setRatedVoltage(double volt, Unit.UnitType unit)
void setPFactor(double pf, Unit.UnitType unit)
void setLoadSchedule(org.apache.commons.math3.complex.Complex c, int n)