Files
ResInsight/ApplicationCode/GrpcInterface/Python/rips/PythonExamples/AppInfo.py
2019-09-19 13:25:04 +02:00

7 lines
173 B
Python

import rips
resinsight = rips.Instance.find()
if resinsight is not None:
print(resinsight.versionString())
print("Is this a console run?", resinsight.isConsole())