simetrix¶
SIMetrix and SIMetrix/SIMPLIS Python Support¶
Provides a Python interface to the SIMetrix/SIMPLIS application.
Subpackages¶
- script.functions
Implementation of all SIMetrix script functions. See
simetrix.script.functions- script.commands
Implementation of all SIMetrix script commands. See
simetrix.script.commands- dvm
Design Verificaton Module (DVM) functionality. See
simetrix.dvm
Functions
Returns the currently active graph. |
|
Returns the current DataGroup object. |
|
Returns the currently active schematic. |
|
|
Returns a Schematic object with the given handle. |
|
Returns a list of open |
|
Returns all DataGroup objects. |
|
Creates a new graph sheet and returns a |
|
Opens a schematic from a path and returns a Schematic object. |
|
Creates a SIMetrix graph from the given X & Y data. |
|
Creates a SIMetrix graph from the given X & Y data. |
Processes the GUI event loop and tests for an abort request. |
|
Returns a list of schematics currently open in the GUI. |
|
|
Classes
Deprecated. |
|
Deprecated. |
|
|
Enable/disable an analysis line. |
|
Defines a simulation analysis type. |
|
Represents an axis within a |
|
Enum for specifying logarithmic or linear axis options. |
|
Options for |
Deprecated. |
|
Deprecated. |
|
|
Represents a curve within a Graph. |
|
Associated with SIMetrix CurveData object. |
Reference to a SIMetrix data group. |
|
Return value from |
|
|
Represents any schematic object. |
|
Type of Schematic |
|
Code indication reason for file open failure. |
|
Represents a graph. |
Base class for objects contained within a Graph. |
|
|
Flag for specifying the type for a |
Property for a |
|
|
Data type of a |
|
Represents a grid within a |
|
Enum for specifying options for creating a new Graph grid. |
|
The GroupVector class is the main class used to access SIMetrix and SIMPLIS simulation data. |
Provides access to a single division of a |
|
Reference to a hierarchy item. |
|
|
Access method for hierarchy references. |
|
Defines the orientation of a schematic instance. |
Represents a pin of a schematic Instance. |
|
Class used to define the location and orientation of a schematic instance. |
|
Deprecated, for new code see |
|
|
Relative or absolute location option. |
|
Parse option for methods that return model lines, for example |
Return data from |
|
|
Deprecated. |
|
Options for path names such as names for hierarchical objects. |
|
Enum describes a data item's physical type, for example, Volts, Amps etc. |
|
Class defines a pin of a schematic instance. |
Object returned by the following methods to report new objects created: |
|
|
Class defines a point on a schematic in X-Y coordinates. |
|
Intended to be used with Python's |
|
Abort method for |
|
Data structure representing a property used by |
Deprecated. |
|
Deprecated. |
|
|
Class defines a rectangle. |
|
|
Represents a schematic. |
|
|
Options for |
|
Status return value for some schematic methods. |
|
Options used by functions that return information about selected items. |
Return value from |
|
|
Status values for |
|
Defines data types for objects returned from GroupVector methods. |
Object returned by methods that perform a simulation. |
|
|
Defines a simulator type. |
Return data from |
|
Basic object to access |
|
|
Program version information. |
Modules