Skip to content

Is it possible to find out through PyMechanical/PyAPI whether the Ansys Mechanical license is active? #616

Closed Answered by dipinknair
BohdanHorban asked this question in Q&A
Discussion options

You must be logged in to vote

@BohdanHorban Alternatively you can run this below script for seeing active license and version info

import clr
clr.AddReference("Ansys.Mechanical.Application")
import Ansys
print(Ansys.Mechanical.Application.ProductInfo.ProductInfoAsString)

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dipinknair
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants