Hi,
I have been trying to import a .vsp3 file into SUAVE for analysis, and I have used the following:
from SUAVE.Input_Output.OpenVSP.vsp_read import vsp_read
vsp_read('filename.vsp3',units_type = 'SI')
However, when I go to execute this, I get the following error:
NameError: name 'vsp' is not defined.
Within the error it shows the line vsp.ClearVSPModel() within the vsp_read() function.
Any help with this would be appreciated.