Convergence path error,Variables of this type do not support indexing with points.
I have a new problem, I obtain aspen convergence in the connection operation between aspen and matlab, my code is:
Conv = aspen.Tree.FindNode("DataResults SummaryRun-StatusOutputPER_ERROR");
I also found the corresponding path in aspen, but the code is wrong, At the same time, I have checked that CSDN does not support indexing with points for variables of this type, but when I change the code to:
Conv = Aspen.Tree.FindNode("DataResults SummaryRun-StatusOutputPER_ERROR");
ConvValue = Conv.Value;
I still get an errorI have a new problem, I obtain aspen convergence in the connection operation between aspen and matlab, my code is:
Conv = aspen.Tree.FindNode("DataResults SummaryRun-StatusOutputPER_ERROR");
I also found the corresponding path in aspen, but the code is wrong, At the same time, I have checked that CSDN does not support indexing with points for variables of this type, but when I change the code to:
Conv = Aspen.Tree.FindNode("DataResults SummaryRun-StatusOutputPER_ERROR");
ConvValue = Conv.Value;
I still get an error I have a new problem, I obtain aspen convergence in the connection operation between aspen and matlab, my code is:
Conv = aspen.Tree.FindNode("DataResults SummaryRun-StatusOutputPER_ERROR");
I also found the corresponding path in aspen, but the code is wrong, At the same time, I have checked that CSDN does not support indexing with points for variables of this type, but when I change the code to:
Conv = Aspen.Tree.FindNode("DataResults SummaryRun-StatusOutputPER_ERROR");
ConvValue = Conv.Value;
I still get an error aspen,matlab MATLAB Answers — New Questions