mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4736 Commands.py renames
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Load ResInsight Processing Server Client Library
|
||||
import rips
|
||||
# Launch ResInsight with last project file and a Window size of 600x1000 pixels
|
||||
resInsight = rips.Instance.launch(commandLineParameters=['--last', '--size', 600, 1000])
|
||||
resinsight = rips.Instance.launch(commandLineParameters=['--last', '--size', 600, 1000])
|
||||
# Get a list of all cases
|
||||
cases = resInsight.project.cases()
|
||||
cases = resinsight.project.cases()
|
||||
|
||||
print ("Got " + str(len(cases)) + " cases: ")
|
||||
for case in cases:
|
||||
|
||||
Reference in New Issue
Block a user