Open
Description
Hello, im trying to get custom results from rst file with the custim operator:
`from ansys.dpf import core as dpf
myFile = "N:/.../file.rst"
myModel = dpf.Model(myFile)
op = dpf.operators.result.custom() # operator instantiation
op.inputs.data_sources.connect(myModel)
result = op.outputs.fields_container()`
but i always get the following error: DPFServerException: custom<-Source operator "mapdl::rst::custom" not found
Anyone know how to fix this?
Thank you