The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"How can we match operator name to the Rapid-i extensions?"
Example I saw a video tutorials using WINDOWING operator, but had no idea which extension this was in. Accidentally I just found it in Series extension.
Is there a way I can match operators to extensions?
D
Is there a way I can match operators to extensions?
D
Tagged:
0
Answers
when you click on an operator, you can see its name and in paranethesis the name of the extension in the 'Help' view. For example, the 'Read Document' operator shows as "Read Document (Text Processing)".
Regards,
Marco
So I would like to find an extension that includes it, and there is no way I could match an operator name to an extension.
D
oh sorry, my bad. I need more coffee ;D
If you have the xml of the process you can see the key of the extension in the <operator> element which contains the class attribute, so for the 'Read Document' operator it looks like <operator class="text:read_document" ...>. The key is the part before the ':' in the class attribute, from which you can derive the name of the extension most of the time. Apart from that, you could try searching the wiki for the name, however it may not be up to date anymore.
If it is not in there however, you are out of luck I'm afraid. Then you'll probably have to ask for the extension in the forums
Regards,
Marco