public interface Terminal
Modifier and Type | Interface and Description |
---|---|
static interface |
Terminal.BusBreakerView
A bus/breaker view of the terminal.
|
static interface |
Terminal.BusView
A bus view of the terminal.
|
static interface |
Terminal.NodeBreakerView
A node/breaker view of the terminal.
|
Modifier and Type | Method and Description |
---|---|
boolean |
connect()
Try to connect the terminal.
|
boolean |
disconnect()
Disconnect the terminal.
|
Terminal.BusBreakerView |
getBusBreakerView()
Get a view to access to bus/breaker topology informations at the terminal.
|
Terminal.BusView |
getBusView()
Get a view to access to bus topology informations at the terminal.
|
Connectable |
getConnectable()
Get the equipment that is connected to the terminal.
|
double |
getI()
Get the current in A at the terminal.
|
Terminal.NodeBreakerView |
getNodeBreakerView()
Get a view to access to node/breaker topology informations at the terminal.
|
double |
getP()
Get the active power in MW injected at the terminal.
|
double |
getQ()
Get the reactive power in MVAR injected at the terminal.
|
VoltageLevel |
getVoltageLevel()
Get the substation to which the terminal belongs.
|
boolean |
isConnected()
Test if the terminal is connected.
|
Terminal |
setP(double p)
Set the active power in MW injected at the terminal.
|
Terminal |
setQ(double q)
Set the reactive power in MVAR injected at the terminal.
|
void |
traverse(VoltageLevel.TopologyTraverser traverser)
Traverse the full network topology graph.
|
VoltageLevel getVoltageLevel()
Terminal.NodeBreakerView getNodeBreakerView()
Terminal.BusBreakerView getBusBreakerView()
Terminal.BusView getBusView()
Connectable getConnectable()
double getP()
Depends on the working variant.
VariantManager
Terminal setP(double p)
Depends on the working variant.
VariantManager
double getQ()
Depends on the working variant.
VariantManager
Terminal setQ(double q)
Depends on the working variant.
VariantManager
double getI()
Depends on the working variant.
VariantManager
boolean connect()
Depends on the working variant.
VariantManager
boolean disconnect()
Depends on the working variant.
VariantManager
boolean isConnected()
void traverse(VoltageLevel.TopologyTraverser traverser)
traverser
- traversal handlerCopyright © 2019. All rights reserved.