Hi,
I would like to set the input mode of the load flow of the generator with a DPL command in PowerFactory.
Say I have an object of the generator called 'generator':
I have found out that I can set the input mode P,Q with
generator:mode_input='P,Q';
Note that the input must be a char-variable of 3 digits. Now I would like to set another mode, e.g. P, cos(phi).
I have tried several variations to find out how to set other input modes but none have prooven to be correct so far. Has anyone got an idea which character/string they expect for the P, cos(phi)-mode and other modes?
Thank you for your help