How to call the python variable at expression?

   1241   1   1
User Avatar
Member
6 posts
Joined: Sept. 2015
Offline
How to call the python variable at expression?
User Avatar
Member
818 posts
Joined: Sept. 2013
Offline
Do you mean you want to get the value of a Python variable, which is probably global, in an expression? If so, you might be able to use pythonexprf() [sidefx.com] to run some python commands. However, this is a bit risky, so you need to watch out for incorrect behavior. One reason is that dependency won't be propagated correctly if the Python variable changed.
Andrew / アンドリュー
  • Quick Links