| AddDesign(Design, bool) |
Add a design the project |
| AddLibrary(Library) |
Add a library to the project |
| AddProjectResult(Job, IEnumerable, string) |
Add selected result signals from an enumerable sequence. |
| AddPythonScript(PythonScript) |
Add Python script to the project |
| AddResults(TransientAnalysisJob) |
Add Simulation results to the project |
| AddTestBench(TestBench) |
Add Test bench to the project |
| AddThermalData(ThermalData) |
Add Thermal Data to the project |
| FilePath() |
Return the path of the repository project file |
| GetACSweepByName(string) |
Find and return the first AC Sweep test bench with a given name |
| GetDesignByName(string) |
Find and return the first design with a given name |
| GetDesigns() |
Return a List of all the designs saved in the repository |
| GetLibraries() |
Return a list of all the libraries saved in the repository |
| GetPythonScriptByName(string) |
Find and return the first Python script with a given name |
| GetPythonScripts() |
Return a list of all Python scripts saved in the repository |
| GetTestBenches() |
Return a list of all the test benches saved in the repository |
| GetThermalData() |
Return a list of all the thermal data saved in the repository |
| IsTemporary() |
Return true if the file is temporary (File Attribute on Windows) |
| RemoveDesign(Design) |
Remove design |
| RemoveLibrary(Library) |
Remove library |
| RemoveProjectResultSignals(TransientAnalysisJob, IEnumerable) |
Remove selected result signals from an enumerable sequence. |
| RemovePythonScript(PythonScript) |
Remove Python script |
| RemoveResult(TransientAnalysisJob) |
Remove result |
| RemoveTestBench(TestBench) |
Remove test bench |
| RemoveThermalData(ThermalData) |
Remove thermal data |
| Save() |
Save the repository in the current project file |
| SaveAs(string) |
Save the repository in the given project file |
| UnsavedChanges() |
Return True if the repository has changes that are not savec in the project file |