Skip to Navigation

Reply to comment

#1

That function is not available for the UE9.  You will want to use commConfig and controlConfig functions instead.  Most of the UE9 class' functions are based on the low-level functions, and the UE9 does not have a ConfigUE9 low-level function.  For a list of all available UE9 Python functions and documentation (which include some examples), look at the ue9.py source code, or use the Python help function on the UE9 class:

import ue9
help(ue9.UE9)

Reply

Totally secret. Used only if you want to be notified of new comments.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <p> <br>
  • Lines and paragraphs break automatically.

More information about formatting options