Aloha GMAT Team,
I use several coordinate systems and design impulsive burns in each of them. I
would like to output the Axes string of each burn to a report.
I have tried to generate such a report with the delta vees of all the maneuvers
in my mission script. For example, here is the orbit injection transfer burn
report entry.
% GMAT refFrame = TransfOrbInj.Axes;
GMAT refFrame = 'VNB';
Report deltaVeeRep refFrame Servicer.ElapsedSecs
TransfOrbInj.Element1 TransfOrbInj.Element2 TransfOrbInj.Element3;
The commented line gives the error:
-----
Interpreter Exception: Undefined function, object, or disallowed object field
"TransfOrbInj.Axes" found in line:
" 703: GMAT refFrame = TransfOrbInj.Axes;"
----
The error message tells me that I do not have access to the Axes string in the
RHS of an assignment statement.
I have also noticed that I can Write TransfOrbInj.Axes to the message window
but not to a report.
Consequently, I am assigning the refFrame string by hand and that is extremely
error prone and against company policy.
Is there a workaround this error?
Thank you and best regards,
BU
_______________________________________________
GMAT-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gmat-users