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
resInsight = rips.Instance.find()
if resInsight is not None:
print(resInsight.versionString())
print("Is this a console run?", resInsight.isConsole())