Files
ResInsight/GrpcInterface/Python/rips/PythonExamples/open_project.py

9 lines
265 B
Python
Raw Normal View History

2021-01-12 15:27:56 +01:00
# 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")