ArcPy: check in and out of Advanced/Standard concurrent license

المشرف العام

Administrator
طاقم الإدارة
Is it possible to check in and out of a concurrent license straight from ArcPy. For example, sometimes I need to use a buffer right or find duplicates. Both tools require ArcPy advanced or Standard. Although we have a large amount of Basic licenses, we have a small amount of concurrent standard/advanced licenses.

Is it possible to do the following (Pseudo code):

# ...# Pseudo code:if license == 'BASIC': check_in('STANDARD') func_that_does_buff_right(data) check_out('STANDARD') check_in('BASIC')

أكثر...
 
أعلى