Skip to content

Extension "detail" description : "0" are missing in index names #1078

@benoitflo

Description

@benoitflo

Describe the current behavior

Function : pypowsybl.network.get_extensions_information().loc['detail', 'attributes'] show
index : id (str), fixed_p (float), variable_p (float), fixed_q (float), variable_q (float)
using the given index return an error : column fixed_p not found.

Describe the expected behavior

it seems that it shoulb be :
index : id (str), fixed_p0 (float), variable_p0 (float), fixed_q0 (float), variable_q0 (float)

Describe the steps

No response

Environment

Version de pypowsybl : 1.11.2

Relevant Log Output

No response

Extra Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions