Files
ResInsight/ApplicationCode/GrpcInterface/Python/rips/PythonExamples/AppInfo.py

7 lines
173 B
Python
Raw Normal View History

2019-06-14 16:07:09 +02:00
import rips
2019-09-19 13:25:04 +02:00
resinsight = rips.Instance.find()
if resinsight is not None:
print(resinsight.versionString())
print("Is this a console run?", resinsight.isConsole())