Dear all, I use PyAnsys. It seems that the command mapdl.db.load() no longer works with 24R1. It does work with 23R2. How to make it work with 24R2? Best,
@AKD-Scripting-Team - can you assist?
Hi @squaegeb I just tried and yep, it returns an error. Use the MAPDL command RESUME instead. That's what the db.load method was doing anyway. See here for the use of resume in PyMAPDL. Mike
Ok thanks a lot!