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