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

7 lines
175 B
Python

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