public interface DistBusAdapter extends BusRef<DistBus>
DistAdapterPackage.getDistBusAdapter()
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex |
getPointVoltage(int index) |
void |
setAclfBusData(double baseKva)
Set bus nameplate aclf data.
|
void |
setAclfBusData(int index,
double baseKva)
Set bus aclf data for load the schedule point.
|
void |
setAcscBusData(double baseKva)
Set DistBus data to the AcscBus object for types without the SC Point concept
|
void |
setAcscBusData(int scPointIndex,
double baseKva)
Set DistBus data to the AcscBus object for the SC Point index.
|
void |
setPointVoltage(org.apache.commons.math3.complex.Complex volt,
int index) |
java.lang.String |
toString(double baseKva)
Transfer the DistBusAdapter object to a String representation.
|
getBus, setBaseVoltage, setBus
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
org.apache.commons.math3.complex.Complex getPointVoltage(int index)
void setPointVoltage(org.apache.commons.math3.complex.Complex volt, int index)
void setAclfBusData(double baseKva)
void setAclfBusData(int index, double baseKva)
void setAcscBusData(double baseKva)
void setAcscBusData(int scPointIndex, double baseKva)
scPointIndex
- SC point index
java.lang.String toString(double baseKva)