We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This method opens the spice model file to detect pin names. with open(file_path, "r") as f:
with open(file_path, "r") as f:
When the file is ANSI encoded, it reports error in Linux.
assign a spice model in a ANSI encoded file in Linux
Windows
3.7
all
The text was updated successfully, but these errors were encountered:
hui-zhou-a
Successfully merging a pull request may close this issue.
Before submitting the issue
Description of the bug
This method opens the spice model file to detect pin names.
with open(file_path, "r") as f:
When the file is ANSI encoded, it reports error in Linux.
Steps To Reproduce
assign a spice model in a ANSI encoded file in Linux
Which Operating System are you using?
Windows
Which Python version are you using?
3.7
Installed packages
all
The text was updated successfully, but these errors were encountered: