44Custom operators
55================
66
7- In Ansys 2022 R2 and later, you can create custom operators in CPython. Creating custom operators
7+ In Ansys 2023 R1 and later, you can create custom operators in CPython. Creating custom operators
88consists of wrapping Python routines in a DPF-compliant way so that you can access them in the same way
99as you access the native operators in the :class: `ansys.dpf.core.dpf_operator.Operator ` class in
1010PyDPF-Core or in any supported client API.
@@ -39,8 +39,8 @@ installer's Python interpreter.
3939
4040#. Run the downloaded script for installing with optional arguments:
4141
42- - ``-awp_root ``: Path to the Ansys root installation folder. For example, the 2022 R2 installation folder ends
43- with ``Ansys Inc/v222 ``, and the default environment variable is ``AWP_ROOT222 ``.
42+ - ``-awp_root ``: Path to the Ansys root installation folder. For example, the 2023 R1 installation folder ends
43+ with ``Ansys Inc/v231 ``, and the default environment variable is ``AWP_ROOT231 ``.
4444 - ``-pip_args ``: Optional arguments to add to the ``pip `` command. For example, ``--extra-index-url `` or
4545 ``--trusted-host ``.
4646
@@ -53,8 +53,8 @@ If you ever want to uninstall the ``ansys-dpf-core`` module from the Ansys insta
5353
54543. Run the downloaded script for uninstalling with the optional argument:
5555
56- - ``-awp_root ``: Path to the Ansys root installation folder. For example, the 2022 R2 installation folder ends
57- with ``Ansys Inc/v222 ``, and the default environment variable is ``AWP_ROOT222 ``.
56+ - ``-awp_root ``: Path to the Ansys root installation folder. For example, the 2023 R1 installation folder ends
57+ with ``Ansys Inc/v231 ``, and the default environment variable is ``AWP_ROOT231 ``.
5858
5959
6060Create operators
0 commit comments