Hi all,
I was using Python to access an Aspen Plus variables and it was just fine for most of the cases. However, I ran into an issue when I tried to access one of the reaction related variables. Below is my command line:
AspenPlus.Tree.FindNode("\Data\Reactions\Reactions\ReactionABC\Input\RVALUE_LIST\#1").Value = 11
However, there was no problem when I used Matlab to visit the same node.
"\Data\Reactions\Reactions\ReactionABC\Input\RVALUE_LIST\#1"
Any comments or suggestions will be highly appreciated.