Operators#
DPF operators allow you to manipulate and transform simulation data.
Click here to get started with operators available in DPF.
For Ansys 2023 R2 and later, the DPF Server licensing logic for operators in DPF depends on the active `server context<https://dpf.docs.pyansys.com/version/stable/api/ansys.dpf.core.server_context.html#ansys.dpf.core.server_context.ServerContext>`_.
The available contexts are Premium and Entry.
Licensed operators are marked as such in the documentation using the license
property.
Operators with the license
property set to None do not require a license checkout.
For more information on using these two contexts, see Server context.
Note
For Ansys 2023 R1 and earlier, the context is equivalent to Premium, with all operators loaded. For DPF Server 2023.2.pre0 specifically, the server context defines which operators are loaded and accessible. Use the PyDPF-Core 0.7 operator documentation to learn more. Some operators in the documentation might not be available for a particular server version.