Hello,
When I run simple python script using the file download ''\GitHub\transient.rst".
import matplotlib.pyplot as plt
import numpy as np
from ansys.dpf import core as dpf
path = "transient.rst"
model = dpf.Model(path)
print(model)
after print() line , error reported,
Exception has occurred: DPFServerException
ResultInfoProvider:2<-Data sources not defined
ansys.dpf.gate.errors.DPFServerException: ResultInfoProvider:2<-Data sources not defined
During handling of the above exception, another exception occurred:
File "han_code.py", line 6, in
print(model)
ansys.dpf.gate.errors.DPFServerException: ResultInfoProvider:2<-Data sources not defined
Please Help Any infomation,
Thanks,