I'd like to call a python quickcall library from a test case and use some variables (TCL variables) from that test case in python. However, when I put the variables as arguments in the python procedure, they are not recognized in the python library. Is there any way to do this?