added units to AREA on datasheet

This commit is contained in:
Jesse Cirimelli-Low 2019-01-30 17:49:43 -08:00
parent ed901aba5f
commit 475db65d26
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ def parse_characterizer_csv(f, pages):
new_sheet.io_table.add_row(['NUM_RW_PORTS', NUM_RW_PORTS])
new_sheet.io_table.add_row(['NUM_R_PORTS', NUM_R_PORTS])
new_sheet.io_table.add_row(['NUM_W_PORTS', NUM_W_PORTS])
new_sheet.io_table.add_row(['Area', AREA])
new_sheet.io_table.add_row(['Area (&microm<sup>2</sup>)', AREA])
class datasheet_gen():