Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename activePower and reactivePower for load Modification #394

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

lilian-houdelet
Copy link
Contributor

No description provided.

@@ -46,8 +46,8 @@ private void modifyLoad(Load load, LoadModificationInfos loadModificationInfos,

ModificationUtils.getInstance().applyElementaryModifications(load::setName, () -> load.getOptionalName().orElse("No value"), loadModificationInfos.getEquipmentName(), subReporter, "Name");
ModificationUtils.getInstance().applyElementaryModifications(load::setLoadType, load::getLoadType, loadModificationInfos.getLoadType(), subReporter, "Type");
ModificationUtils.getInstance().applyElementaryModifications(load::setP0, load::getP0, loadModificationInfos.getActivePower(), subReporter, "Active power");
ModificationUtils.getInstance().applyElementaryModifications(load::setQ0, load::getQ0, loadModificationInfos.getReactivePower(), subReporter, "Reactive power");
ModificationUtils.getInstance().applyElementaryModifications(load::setP0, load::getP0, loadModificationInfos.getConstantActivePower(), subReporter, "Active power");
Copy link
Contributor

@etiennehomer etiennehomer Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Constant active power"

"Constant reactive power"

@lilian-houdelet lilian-houdelet force-pushed the add-columns-table-modification-loads branch from e3e3b5e to f797e57 Compare December 21, 2023 09:33
Copy link

@lilian-houdelet lilian-houdelet merged commit f8145d6 into main Dec 21, 2023
3 checks passed
@lilian-houdelet lilian-houdelet deleted the add-columns-table-modification-loads branch December 21, 2023 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants