Closed aakhavanQC closed 4 months ago
The error message of getqq
is strange. I can't make it work like that. But there is get
and that one works
ipc = ws['get'](Symbol('pyStartServer'), 'ipc')
pid = ipc.process_pid
I will close the issue. If the problem is not solved feel free to reopen the issue.
I want to keep track of the running skillbridge python server pid so I can kill it programmatically (due to a virtuoso bug). The skill code would be
pyStartServer.ipc->processPid
(or thegetq
/getqq
) equivalent. I can't seem to get skillbridge to translate any python call into that, though.My best attempt thus far:
but I get:
Thanks in advance for the help!