KenKundert / psf_utils

Read Spectre PSF files
49 stars 14 forks source link

Unknown keyword 'INT' #5

Closed mario-auer closed 3 years ago

mario-auer commented 3 years ago

I get the following error:

list-psf error: dcOpInfo.info.psfascii(409): unknown keyword 'INT'. "region" INT BYTE PROP(

The psf file (see upload) contains

"region" INT BYTE PROP(
"description" "Estimated operating region. Spectre outputs number (0-4) in a rawfile"
)

dcOpInfo.info.psfascii.zip

KenKundert commented 3 years ago

I have fixed it on github. Please try it and let me know if you have any trouble.

mario-auer commented 3 years ago

Works perfectly :-) Thank you very much for improving and of course creating this library!

KenKundert commented 3 years ago

Thanks Mario. I have uploaded the latest version (1.3) to pypi so you can now get it with pip.

mario-auer commented 3 years ago

Thank you!