Vikram Sundara - 2021-08-13

Hi,

I've been trying to make a flowsheet using python but I have a problem when I run this:

m1=sim.AddObject(ObjectType.NodeIn, 50, 50, "MSTR")

The error I get is that the key was not in the dictionary. Is there something I have missed?

Thanks in advance.