Maxsurf Stability automation accessing KGResults

Discussion in 'Software' started by Motticelli, Nov 19, 2018.

  1. Motticelli
    Joined: Oct 2018
    Posts: 2
    Likes: 0, Points: 1
    Location: Hamburg

    Motticelli New Member

    Hi erverybody,

    I proceed some stability calculations by automation via python.
    Now I've the problem that I cannot access the results of the limiting-KG calculation.
    Code:
    msapp.Design.KGResults
    causes an attribute error. KNResults e.g. are accessible even the calculation was not processed (results are empty).

    Does anyone has a hint for me?

    br,
    Motti

    EDIT:
    I found the solution....
    I assumed that KGResults is the name of the accessible instance of the class, but it is
    Code:
    ...Design.LimitKGResults
     
    Last edited: Nov 21, 2018
Loading...
Forum posts represent the experience, opinion, and view of individual users. Boat Design Net does not necessarily endorse nor share the view of each individual post.
When making potentially dangerous or financial decisions, always employ and consult appropriate professionals. Your circumstances or experience may be different.