Skip to Content
FASTSUITE E2API ReferencePython APIPython GuidePDF ReportsArcweld ReportsGeneral CallAuxiliary Commands Script Content

Auxiliary Commands Script Content

The script should contain, beside some general settings, a method called ModifyActiveProgram.

From this method the report creation can be called.

First initialize a member of the ArcReportUtility (arc = ArcReportUtility()) which gives you access to the methods of the class.

Now the command can be performed:

 arc.createAuxCommandArcWeldReport(Operator, "")

The report is created with its default settings.

Arc Weld Report Aux Command Script
Was this page helpful?