Files
ResInsight/ApplicationCode/GrpcInterface/Python/doc/source/PythonExamples.rst

95 lines
2.3 KiB
ReStructuredText
Raw Normal View History

2019-09-02 21:17:21 +02:00
+++
title = "Python Examples"
published = true
weight = 40
+++
2019-09-03 11:10:59 +02:00
![]({{< relref "" >}}images/scripting/python-logo-master-v3-TM.png)
2019-09-02 21:17:21 +02:00
This pages is created based on the content in the **PythonExamples** folder located inside the **rips** module, made available online for convenience.
AllCases
--------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/AllCases.py
AppInfo
-------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/AppInfo.py
CaseGridGroup
-------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/CaseGridGroup.py
CaseInfoStreamingExample
------------------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/CaseInfoStreamingExample.py
CommandExample
--------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/CommandExample.py
2019-09-02 21:17:21 +02:00
ErrorHandling
-------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/ErrorHandling.py
2019-09-02 21:17:21 +02:00
ExportSnapshots
---------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/ExportSnapshots.py
2019-09-02 21:17:21 +02:00
GridInformation
---------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/GridInformation.py
2019-09-02 21:17:21 +02:00
InputPropTestAsync
------------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/InputPropTestAsync.py
2019-09-02 21:17:21 +02:00
InputPropTestSync
-----------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/InputPropTestSync.py
2019-09-02 21:17:21 +02:00
InstanceExample
---------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/InstanceExample.py
LaunchWithCommandLineOptions
----------------------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/LaunchWithCommandLineOptions.py
2019-09-02 21:17:21 +02:00
SelectedCases
-------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/SelectedCases.py
2019-09-02 21:17:21 +02:00
SetCellResult
-------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/SetCellResult.py
2019-09-02 21:17:21 +02:00
SetFlowDiagnosticsResult
------------------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/SetFlowDiagnosticsResult.py
2019-09-02 21:17:21 +02:00
SetGridProperties
-----------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/SetGridProperties.py
2019-09-02 21:17:21 +02:00
SoilAverageAsync
----------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/SoilAverageAsync.py
2019-09-02 21:17:21 +02:00
SoilAverageSync
---------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/SoilAverageSync.py
2019-09-02 21:17:21 +02:00
SoilPorvAsync
-------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/SoilPorvAsync.py
2019-09-02 21:17:21 +02:00
SoilPorvSync
------------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/SoilPorvSync.py
2019-09-02 21:17:21 +02:00
ViewExample
-----------
2019-09-02 21:17:21 +02:00
.. literalinclude:: ../../rips/PythonExamples/ViewExample.py