rvc.sendEvent('remote-pyeval', 'test=10')
print(rvc.sendEventAndReturn('remote-pyeval', 'test'))
Hi,
Im using the rvNetwork python package to communicate with RV. I was trying to run more sophisticated python commands through the sendEvent methods, although I just wanted to get clarification on how this is intended to work.
I wasn't able to create/or set variables, or import any other modules. Not sure if there is any kind of persistent scope across calls to the sendEvent with remote-pyeval.
Thanks for your thoughts on this!
Cheers,
Eric