mirror of
https://github.com/ANL-CEEESA/powersas.m.git
synced 2025-12-06 01:48:52 -06:00
enable emt in runPowerSAS.m function
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
|
||||
clc; clear; close;
|
||||
addpath('EMT')
|
||||
|
||||
testSystem = 'twoarea';
|
||||
res = runPowerSAS('emt','twoarea');
|
||||
|
||||
[t_final, sol_final] = calEMT(testSystem);
|
||||
|
||||
plotEMTResults();
|
||||
plotEMTResults(res);
|
||||
|
||||
|
||||
6
example/output/~default_log.txt
Normal file
6
example/output/~default_log.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
03:20:33[INFO]The session ID is 20230425T032033017.
|
||||
03:20:33[INFO]CASE twoarea. Timestamp=20230425T032033017.
|
||||
03:20:33[INFO]Finished loading data file.
|
||||
03:20:41[INFO]
|
||||
|
||||
Reference in New Issue
Block a user