fixed analytical flag

This commit is contained in:
Jesse Cirimelli-Low 2019-02-22 08:19:54 -08:00
parent 0cabee060d
commit ff09254590
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class datasheet():
# check if analytical model is being used
self.html += '<p style="font-size: 26px;font-family: Trebuchet MS, Arial, Helvetica, sans-serif;">Timing Data</p>'
model = ''
if self.ANALYTICAL_MODEL:
if self.ANALYTICAL_MODEL == 'True':
model = "analytical model: results may not be precise"
else:
model = "spice characterizer"