微波EDA网-关于我们 微波EDA网-出版的图书专著 微波EDA网培训课程列表 射频工程师养成培训学习教程
  • 1
  • 2
  • 3
  • 4

User Defined Outputs: 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 syslib, userlib or Personallib with any directory structure needed for organization (the Lib directory name is special and its purpose will be explained later on in the document)

The UDO scripts that are placed 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. .

[spacer]

Named Probes and Properties in User Defined Outputs

Computation of Traces Based UDO Calculations

Dimensions Reduction by UDO Calculations

Dynamic Probes

Related Topics

User Defined Outputs: Python Script API

User Defined Outputs: Script Organization

Desktop Scripting with IronPython