ResInsight/ApplicationCode/GrpcInterface/Python/doc/source/PythonExamples.rst
2020-03-14 10:13:34 +01:00

135 lines
3.4 KiB
ReStructuredText

+++
title = "Python Examples"
published = true
weight = 40
+++
![]({{< relref "" >}}images/scripting/python-logo-master-v3-TM.png)
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
AllSimulationWells
------------------
.. literalinclude:: ../../rips/PythonExamples/all_simulation_wells.py
AllWells
--------
.. literalinclude:: ../../rips/PythonExamples/all_wells.py
AlterWbsPlot
------------
.. literalinclude:: ../../rips/PythonExamples/alter_wbs_plot.py
CaseGridGroup
-------------
.. literalinclude:: ../../rips/PythonExamples/case_grid_group.py
CaseInfoStreamingExample
------------------------
.. literalinclude:: ../../rips/PythonExamples/case_info_streaming_example.py
CellResultData
--------------
.. literalinclude:: ../../rips/PythonExamples/cell_result_data.py
CommandExample
--------------
.. literalinclude:: ../../rips/PythonExamples/command_example.py
Create WBS Plot
---------------
.. literalinclude:: ../../rips/PythonExamples/create_wbs_plot.py
ErrorHandling
-------------
.. literalinclude:: ../../rips/PythonExamples/error_handling.py
ExportContourMaps
-----------------
.. literalinclude:: ../../rips/PythonExamples/export_contour_maps.py
ExportPlots
-----------
.. literalinclude:: ../../rips/PythonExamples/export_plots.py
ExportSnapshots
---------------
.. literalinclude:: ../../rips/PythonExamples/export_snapshots.py
GridInformation
---------------
.. literalinclude:: ../../rips/PythonExamples/grid_information.py
Import Well Paths
-----------------
.. literalinclude:: ../../rips/PythonExamples/import_well_paths_and_logs.py
InputPropTestAsync
------------------
.. literalinclude:: ../../rips/PythonExamples/input_prop_test_async.py
InputPropTestSync
-----------------
.. literalinclude:: ../../rips/PythonExamples/input_prop_test_sync.py
InstanceExample
---------------
.. literalinclude:: ../../rips/PythonExamples/instance_example.py
LaunchWithCommandLineOptions
----------------------------
.. literalinclude:: ../../rips/PythonExamples/launch_with_commandline_options.py
Launch Using Command Line Options
---------------------------------
.. literalinclude:: ../../rips/PythonExamples/launch_with_commandline_options.py
NewSummaryPlot
--------------
.. literalinclude:: ../../rips/PythonExamples/new_summary_plot.py
SelectedCases
-------------
.. literalinclude:: ../../rips/PythonExamples/selected_cases.py
SelectedCells
-------------
.. literalinclude:: ../../rips/PythonExamples/selected_cells.py
SetCellResult
-------------
.. literalinclude:: ../../rips/PythonExamples/set_cell_result.py
SetFlowDiagnosticsResult
------------------------
.. literalinclude:: ../../rips/PythonExamples/set_flow_diagnostics_result.py
SetGridProperties
-----------------
.. literalinclude:: ../../rips/PythonExamples/set_grid_properties.py
SoilAverageAsync
----------------
.. literalinclude:: ../../rips/PythonExamples/soil_average_async.py
SoilAverageSync
---------------
.. literalinclude:: ../../rips/PythonExamples/soil_average_sync.py
SoilPorvAsync
-------------
.. literalinclude:: ../../rips/PythonExamples/soil_porv_async.py
SoilPorvSync
------------
.. literalinclude:: ../../rips/PythonExamples/soil_porv_sync.py
ViewExample
-----------
.. literalinclude:: ../../rips/PythonExamples/view_example.py