The aboutAPI function is used get information about the API version and license status

Arguments

Args:
no inputs

Returns:
aboutDictionary with the following keys: 
version: API version as a string
active: returns 1 if the machine has an active license
res: returns status from the license manager

Syntax

aboutDictionary = mipar.aboutAPI()

Example

# initialize engine and licence manager
import miparAPI
mipar = miparAPI.initialize()
aboutDictionary = mipar.aboutAPI()
mipar.terminate()

Need more help with this?
Chat with an expert now ››

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.