|
Python API bug in ReadAll(), GetAllVariables() with filtered variables? from United States [214 posts] |
14 year
|
Hi STeven,
I am trying to filter the HIGHEST_MIDDLE_X and HIGHEST_MIDDLE_Y variables while using the Python API and calling ReadAll() or GetAllVariables(). As far as I can tell, filtering the variables causes their values to be returned as blank in these two functions. Turning off filtering allows the values to reappear in these two functions. Perhaps it has something to do with going from an int to a float? In the meantime, the filtered variables display fine in RR itself when looking at them with Display Variables.
--patrick
|
|
|
Anonymous |
14 year
|
Parick,
Sorry for not responding sooner .. you were correct in the int versus float issue. This has actually been fixed for a couple days now. Can you download the latest and see if that helps?
Thanks,
STeven.
|
|
|
Anonymous |
14 year
|
Sorry, that's Patrick and not Parick (my fingers are sleepy!)
STeven.
|
|
|
from United States [214 posts] |
14 year
|
Hi STeven,
That did the trick--many thanks!
--patrick
|
|