Hello, I'm having trouble to follow the examples in the API documentation. Particularly, any statement using __gmat__.Construct(*args) passes a NoneType value.
Example: *Traceback (most recent call last): * * File "<input>", line 1, in <module> eartheq = gmat.Construct("Spacecraft", "CubSat") File "/home/mike/GMAT/R2022a/bin/gmatpy/_py38/gmat_py.py", line 23901, in Construct typestr = val.GetTypeName() AttributeError: 'NoneType' object has no attribute 'GetTypeName'* ======== Notes - Python version: 3.8 - Linux - GMAT API for Python configured according to the GMAT included documentation Let me know if you need more details. ======== Cannot figure out why the args are passed as None values. I'd appreciate any help. Best regards, Mike
_______________________________________________ GMAT-users mailing list GMAT-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gmat-users