Свойство | Тип | Описание | |
---|---|---|---|
GetDesignSpacesFolder | string | ||
GetDesignsFolder | string | ||
GetResultsFolder | string | ||
GetTestbenchFolder | string |
Метод | Описание | |
---|---|---|
Create ( MgaProject project ) : |
||
Create ( string outputDirectory, MgaProject project = null, MgaModel rootDS = null, GME console = null ) : |
Call this function within a transaction!
|
|
MakeRelativePath ( string fromPath, string toPath ) : string |
Creates a relative path from one file or folder to another.
|
|
MetaAvmProject ( ) : System |
Use the static create method.
|
|
SaveDesign ( ISIS.GME.Dsml.CyPhyML.Interfaces designEntity ) : bool | ||
SaveDesign ( MgaFCO fco ) : bool |
Saves associated design.
|
|
SaveSummaryReportJson ( string interpreterOutputDir, MgaFCO fco ) : void |
Call this function if a GME transaction is open.
|
|
SaveTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchType ) : bool | ||
SaveTestBenchManifest ( string designName, string configurationName, ISIS.GME.Dsml.CyPhyML.Interfaces expandedTestBenchType, string outputDir, ISIS.GME.Dsml.CyPhyML.Interfaces origialTestBenchType, System.DateTime analysisStartTime ) : bool | ||
SaveTestBenchManifest ( string outputDirectory, ISIS.GME.Dsml.CyPhyML.Interfaces testBenchType ) : void | ||
SaveTestBenchManifest ( string outputDirectory, ISIS.GME.Dsml.CyPhyML.Interfaces testBenchType, List |
Function to be invoked from SOT TestBench.
|
|
Serialize ( bool saveToFile = true, string filename = null ) : string | ||
UpdateResultsJson ( MgaFCO singleFco, string OutputSubDir ) : void |
Call this within a transaction.
|
|
UpdateTestBenchJson ( MgaFCO testBench ) : string | ||
UpdateTestBenchJson ( MgaFCO testBench ) : void |
Метод | Описание | |
---|---|---|
GetDesignSpacesFolder ( ) : string | ||
GetDesignsFolder ( ) : string | ||
GetResultsFolder ( ) : string | ||
GetTestbenchFolder ( ) : string |
public static Create ( MgaProject project ) : |
||
project | MgaProject | |
Результат |
public static Create ( string outputDirectory, MgaProject project = null, MgaModel rootDS = null, GME console = null ) : |
||
outputDirectory | string | |
project | MgaProject | |
rootDS | MgaModel | |
console | GME | |
Результат |
public static MakeRelativePath ( string fromPath, string toPath ) : string | ||
fromPath | string | Contains the directory that defines the start of the relative path. |
toPath | string | Contains the path that defines the endpoint of the relative path. |
Результат | string |
public SaveDesign ( ISIS.GME.Dsml.CyPhyML.Interfaces designEntity ) : bool | ||
designEntity | ISIS.GME.Dsml.CyPhyML.Interfaces | |
Результат | bool |
public SaveDesign ( MgaFCO fco ) : bool | ||
fco | MgaFCO | TestBench, ParametricExploration, SoT |
Результат | bool |
public SaveSummaryReportJson ( string interpreterOutputDir, MgaFCO fco ) : void | ||
interpreterOutputDir | string | |
fco | MgaFCO | |
Результат | void |
public SaveTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchType ) : bool | ||
testBenchType | ISIS.GME.Dsml.CyPhyML.Interfaces | |
Результат | bool |
public SaveTestBenchManifest ( string designName, string configurationName, ISIS.GME.Dsml.CyPhyML.Interfaces expandedTestBenchType, string outputDir, ISIS.GME.Dsml.CyPhyML.Interfaces origialTestBenchType, System.DateTime analysisStartTime ) : bool | ||
designName | string | |
configurationName | string | |
expandedTestBenchType | ISIS.GME.Dsml.CyPhyML.Interfaces | |
outputDir | string | |
origialTestBenchType | ISIS.GME.Dsml.CyPhyML.Interfaces | |
analysisStartTime | System.DateTime | |
Результат | bool |
public SaveTestBenchManifest ( string outputDirectory, ISIS.GME.Dsml.CyPhyML.Interfaces testBenchType ) : void | ||
outputDirectory | string | |
testBenchType | ISIS.GME.Dsml.CyPhyML.Interfaces | |
Результат | void |
public SaveTestBenchManifest ( string outputDirectory, ISIS.GME.Dsml.CyPhyML.Interfaces testBenchType, List |
||
outputDirectory | string | |
testBenchType | ISIS.GME.Dsml.CyPhyML.Interfaces | |
dependencies | List |
|
Результат | void |
public Serialize ( bool saveToFile = true, string filename = null ) : string | ||
saveToFile | bool | |
filename | string | |
Результат | string |
public UpdateResultsJson ( MgaFCO singleFco, string OutputSubDir ) : void | ||
singleFco | MgaFCO | |
OutputSubDir | string | |
Результат | void |
public UpdateTestBenchJson ( MgaFCO testBench ) : string | ||
testBench | MgaFCO | |
Результат | string |
public UpdateTestBenchJson ( MgaFCO testBench ) : void | ||
testBench | MgaFCO | |
Результат | void |