IDataSourcepublic class MeterPotentialEnergyFromIntegrator extends DataSourceScalar
data, dataInfo, tag| Constructor | Description |
|---|---|
MeterPotentialEnergyFromIntegrator() |
|
MeterPotentialEnergyFromIntegrator(IntegratorBox aIntegrator) |
| Modifier and Type | Method | Description |
|---|---|---|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
IntegratorBox |
getIntegrator() |
|
void |
setIntegrator(IntegratorBox newIntegrator) |
getData, getDataDouble, getDataInfo, getTagpublic MeterPotentialEnergyFromIntegrator()
public MeterPotentialEnergyFromIntegrator(IntegratorBox aIntegrator)
public void setIntegrator(IntegratorBox newIntegrator)
public IntegratorBox getIntegrator()
public double getDataAsScalar()
DataSourceScalargetDataAsScalar in class DataSourceScalar