I have a question regarding the access of calculator data from an programmable annotation in Paraview, The calculator has generated a new array X. Information say its Multiblock Datasets (Table). How can I access this array X in an programmable annotation? I want to plot this (timedependent) value.
In the programmable annotation I tried something like
Thanks for your reply! I tried this already. As the Python expression I put X (the name of the array) in. But instead of a single value I get the whole VTKArray() with all data from the calculator. I do not understand how to address a specific column of the data in the calculator.
Thanks for your help!
Andre
inputs[0] is the multiblock input inputs[0].RowData["X"] is the whole X array on as a composite array GetArrays()[0][0] recover the first tuple of the first block
Error: Failed to evaluate expression ‘val = inputs[0].RowData[“X”].GetArrays()[0][0]’. The following exception stack should provide additional developer specific information. This typically implies a malformed expression. Verify that the expression is valid.