Part Number: LMX2820EVM
Other Parts Discussed in Thread: USB2ANY, LMX2820
I am looking to automate some testing via the TICS Pro software and with Python using the existing USB2ANY module.
There's this TICSPro_TCP.py located in C:\\Program Files (x86)\\Texas Instruments\\TICS Pro it has a nice preliminary documentation but doesn't have the control names.
For example in documentation:
tp = TICSProTCPClient(port=11000)
tp.SetFieldValue("POWERDOWN",1)
everything works fine. Awesome! But where do I find the control names, which are arguments for the method SetFieldValue?
Thanks!