First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked Apr 17 '18

KyleA gravatar image

add an algebraic VAR

I have some old IPLAN code that I'm trying to convert to Python. Apparently a depracated function of DOCU would read in an interface flow file and create the tabulated VAR in the dynamics file. The VAR could then be located and used as an output channel.

It seems that I will have to create this functionality from scratch, which shouldn't be a problem to parse the list and add the individual branches. My problem is that the documentation is missing any description of how to create custom VAR functions. Does anyone know how to do this?

Many thanks!

click to hide/show revision 2
No.2 Revision

add an algebraic VAR

I have some old IPLAN code that I'm trying to convert to Python. Apparently a depracated function of DOCU would read in an interface flow file and create the tabulated VAR in the dynamics file. The VAR could then be located and used as an output channel.

It seems that I will have to create this functionality from scratch, which shouldn't be a problem to parse the list and add the individual branches. My problem is that the documentation is missing any description of how to create custom VAR functions. Does anyone know how to do this?

Many thanks!