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

Allow PHASE_SHIFT_TRANSFORMER to appear in the ComponentFilterType enum #97

Open
So-Fras opened this issue Feb 22, 2024 · 0 comments
Open
Assignees

Comments

@So-Fras
Copy link
Member

So-Fras commented Feb 22, 2024

Describe the current behavior

The #93 PR allows users to filter voltage levels and substations according to a specific component type they contain:

    ALL,
    HVDC_LINE,
    SWITCH,
    BUSBAR_SECTION,
    LINE,
    TIE_LINE,
    TWO_WINDINGS_TRANSFORMER,
    THREE_WINDINGS_TRANSFORMER,
    GENERATOR,
    BATTERY,
    LOAD,
    SHUNT_COMPENSATOR,
    DANGLING_LINE,
    STATIC_VAR_COMPENSATOR,
    LCC_CONVERTER_STATION,
    VSC_CONVERTER_STATION,
    GROUND;

The above list does not include phase-shift transformers.

Describe the expected behavior

Phase-shift transformers should be added to this list.

This may involve refactoring.

Describe the motivation

It is useful to be able to quickly display a phase-shift transformer when working on that specific equipment.

Extra Information

No response

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

No branches or pull requests

2 participants