"['ALL VALUES ARE IN SI-UNITS!', 'IT IS RECOMMENDED TO CHANGE THE INI FILE FROM THE INTERFACE AND DO NOT CHANGE ANY VALUES MANUALLY', 'Transfer', 'Vgs_transfer', 'Vds_transfer', 'Output', 'Vgs_output', 'Vds_output', 'Gatediode', 'Vgs_gatediode']\n",
information_box("Section(header) [section] does not exist. Create a new ini file or compare it with functional ini files!")
eliftype(error).__name__=='NoOptionError':
information_box('The variable name before the equal sign is not recognized. Create a new ini file or compare it with functional ini files!')
eliftype(error).__name__=='TraitError':
information_box('Invalid Parameter Setting. Check if you set an invalid value!')
else:
information_box(f"A {type(error).__name__} has occurred. Create A new ini file")
```
%% Output
['ALL VALUES ARE IN SI-UNITS!', 'IT IS RECOMMENDED TO CHANGE THE INI FILE FROM THE INTERFACE AND DO NOT CHANGE ANY VALUES MANUALLY', 'Transfer', 'Vgs_transfer', 'Vds_transfer', 'Output', 'Vgs_output', 'Vds_output', 'Gatediode', 'Vgs_gatediode']