mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7200 Add important Python examples
This commit is contained in:
committed by
Magne Sjaastad
parent
78c4a1568e
commit
e1a6c4ef65
8
GrpcInterface/Python/rips/PythonExamples/open_project.py
Normal file
8
GrpcInterface/Python/rips/PythonExamples/open_project.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# Load ResInsight Processing Server Client Library
|
||||
import rips
|
||||
# Connect to ResInsight instance
|
||||
resinsight = rips.Instance.find()
|
||||
|
||||
# Open a project
|
||||
resinsight.project.open(
|
||||
"C:/Users/lindk/Projects/ResInsight/TestModels/TEST10K_FLT_LGR_NNC/10KWithWellLog.rsp")
|
||||
Reference in New Issue
Block a user