User-Defined Outputs in 2D and Circuit Reports: Introduction
User-defined outputs (UDOs) allow users to define calculations through IronPython scripts or any .NET language (and used by the IronPython script). The UDO scripts need to be in the UserDefinedOutputs directory under either of syslib, userlib or Personallib with any directory structure needed for organization (the Lib directory name is special and its purpose is explained later on in the document)
The UDO scripts that are in syslib/UserDefinedOutputs, userlib/UserDefinedOutputs or Personallib/UserDefinedOutputs become available to the user to create "user-defined Solutions" through the Results>Create user-defined Solution menu. Use Results>Create user-defined Solution>Update Menu to refresh the menu to include the new UDO scripts that might have been copied to syslib, userlib or Personallib, or exclude them if they have been deleted, after the launch of desktop. Once the user-defined-solution is created, the solution and the calculations defined by UDO become available in Reporter as any other quantities in a new "user-defined" report type.
Named Probes and Properties in user-defined Outputs
Computation of Traces Based UDO Calculations