Writing Small Function Read Binary File Using Python Binary File Reading Gds Ii File Read Q37146946

You will be writing a small function to read a binary file usingPython. The binary file you will be reading will be a
GDS II file. You can read an overview of GDS II format inwikipedia.

You will read the first few records from the file. The recorddescription is from the following file on the internet:

http://www.cnf.cornell.edu/cnf_spie9.html

Read the section “2.9.4 Record types” for a description of HEADER,BGNLIB and LIBNAME.
You only need to read and print out these three records from theGDS file.

What to submit:
1. Your Python code.
2. Paste your run log with the three records printed in ASCIItext.


Solution


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.