Airborne QC extension methods in gxapi / gxpy?

Short version: Can I use Airborne QC extension methods through gxapi or gxpy?

Longer version:

So I have access to Oasis montaj's airborne QC extension as seen from this code (10107 =

"Airborne Quality Control"):

image.png

I am not, however, able to find any methods related to this extension neither in gxapi nor gxpy. Are they available?

For example. I see in GXDU documention that there is a method called qc_init_separation that seems to have something to do with line separation QC and then there is a reference to QCSeparation_DU:

image.png

So I made (or AI at least) a piece of code that goes through every class in gxapi and gxpy and trying to find method called QCSeparation_DU without success. Where is QCSeparation_DU located?

Comments

  • SerbanMarin1
    SerbanMarin1 Posts: 12 admin
    edited September 24

    If you have access to Airborne QC menu in oasis montaj, you will have access to any methods that are used by the Airborne QC scripts (GXC, GXDOTNET, GXPY) that are part of the extension, even if you call the methods from a gxpy script outside of oasis montaj.

    That said the methods are just building blocks for existing scripts and the extension is meant to give you access to domain specific scripts. The fact that certain methods that are used by scripts from certain extensions are behind a special subscription is just a side-effect.

    Regarding QCSeparation_DUI specifically, I can confirm that is a mistake in the documentation. There is no such method, and I can tell you that that note is likely a mistake and reflects an older version of the API. qc_init_separation has a C++ equivalent called QCInitSeparation_DU that is used qcsep.gxc without QCSeparation_DUI

  • Thanx for your answer SerbanMarin1.

    I am not sure, however, if I got any closer to an answer to my question although. I don't find (for example) any method in gxapi documentation that would do flight path deviation QC what is certainly part of Airborne QC extension. Would you (someone?) be able to comment: can I do airborne QC from gxapi or gxpy or not? For example, where is method for flight path deviation located? Or am I missing now something?

    I am able to script flight path deviation QC in .gs and run it in Oasis montaj, but that's not what I am after now.