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

107 lines
2.7 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
--------
.. literalinclude:: ../../rips/PythonExamples/all_cases.py
2019-09-02 21:17:21 +02:00
CaseGridGroup
-------------
.. literalinclude:: ../../rips/PythonExamples/case_grid_group.py
2019-09-02 21:17:21 +02:00
CaseInfoStreamingExample
------------------------
.. literalinclude:: ../../rips/PythonExamples/case_info_streaming_example.py
2019-09-02 21:17:21 +02:00
CommandExample
--------------
.. literalinclude:: ../../rips/PythonExamples/command_example.py
Create WBS Plot
---------------
.. literalinclude:: ../../rips/PythonExamples/create_wbs_plot.py
2019-09-02 21:17:21 +02:00
ErrorHandling
-------------
.. literalinclude:: ../../rips/PythonExamples/error_handling.py
ExportContourMaps
-----------------
.. literalinclude:: ../../rips/PythonExamples/export_contour_maps.py
ExportPlots
-----------
.. literalinclude:: ../../rips/PythonExamples/export_plots.py
2019-09-02 21:17:21 +02:00
ExportSnapshots
---------------
.. literalinclude:: ../../rips/PythonExamples/export_snapshots.py
2019-09-02 21:17:21 +02:00
GridInformation
---------------
.. literalinclude:: ../../rips/PythonExamples/grid_information.py
Import Well Paths
-----------------
.. literalinclude:: ../../rips/PythonExamples/import_well_paths_and_logs.py
2019-09-02 21:17:21 +02:00
InputPropTestAsync
------------------
.. literalinclude:: ../../rips/PythonExamples/input_prop_test_async.py
2019-09-02 21:17:21 +02:00
InputPropTestSync
-----------------
.. literalinclude:: ../../rips/PythonExamples/input_prop_test_sync.py
2019-09-02 21:17:21 +02:00
InstanceExample
---------------
.. literalinclude:: ../../rips/PythonExamples/instance_example.py
2019-09-02 21:17:21 +02:00
LaunchWithCommandLineOptions
----------------------------
.. literalinclude:: ../../rips/PythonExamples/launch_with_commandline_options.py
2019-09-02 21:17:21 +02:00
SelectedCases
-------------
.. literalinclude:: ../../rips/PythonExamples/selected_cases.py
2019-09-02 21:17:21 +02:00
SetCellResult
-------------
.. literalinclude:: ../../rips/PythonExamples/set_cell_result.py
2019-09-02 21:17:21 +02:00
SetFlowDiagnosticsResult
------------------------
.. literalinclude:: ../../rips/PythonExamples/set_flow_diagnostics_result.py
2019-09-02 21:17:21 +02:00
SetGridProperties
-----------------
.. literalinclude:: ../../rips/PythonExamples/set_grid_properties.py
2019-09-02 21:17:21 +02:00
SoilAverageAsync
----------------
.. literalinclude:: ../../rips/PythonExamples/soil_average_async.py
2019-09-02 21:17:21 +02:00
SoilAverageSync
---------------
.. literalinclude:: ../../rips/PythonExamples/soil_average_sync.py
2019-09-02 21:17:21 +02:00
SoilPorvAsync
-------------
.. literalinclude:: ../../rips/PythonExamples/soil_porv_async.py
2019-09-02 21:17:21 +02:00
SoilPorvSync
------------
.. literalinclude:: ../../rips/PythonExamples/soil_porv_sync.py
2019-09-02 21:17:21 +02:00
ViewExample
-----------
.. literalinclude:: ../../rips/PythonExamples/view_example.py