Files
ResInsight/ApplicationCode/GrpcInterface/Python/rips/examples/AppInfo.py
T

7 lines
181 B
Python

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