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

7 lines
175 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:
2019-09-19 13:34:34 +02:00
print(resinsight.version_string())
print("Is this a console run?", resinsight.is_console())