Closed zephyruswqs closed 7 months ago
This seems to be indeed a bug on our side. I'm investigating the issue.
Thank you for reporting this.
The command for the close(...)
function call was mistaken for an internal close
command which shuts down the connection of the Workspace with the server. The linked PR fixes this.
When it is merged, we will deploy a release
Fixed in skillbridge 1.7.1 release
To update use pip install --upgrade skillbridge
The release has been deployed as version 1.7.1
The command for the
close(...)
function call was mistaken for an internalclose
command which shuts down the connection of the Workspace with the server. The linked PR fixes this.When it is merged, we will deploy a release
Okay, thank you. It's working normally now.
I am testing using outputting() to receive strings output by virtuoso. According to the example in virtuoso's function documentation, I need to use close() to close the port of oustring() after using getOutstring().
The problem now is that after testing in Python, it was found that using close() to close oustring() would result in a "RuntimeError: The server unexpectedly died" error. May I ask if there is a problem with my operation?
*My code:
*Error message: