Tool/software:
What works:
Something similar to the diagram below has been performed before with .ini files, MATLAB, and Python. It appears that there was a Python API provided by TI that was used to communicate through TICS Pro that then went to the USB 2 ANY to program the LMX2694-EP.
Alternate Solution I am exploring:
What would it take for this (picture below) to work when the SPI interface is something such as the Promira Serial Platform? From everything that I can see, we would need to create every single configuration needed on the TICS Pro, and then export that register map, and then read in that register map (in Python for example) and program to the LMX2694-EP with the alternate SPI interface.
The main 2 reasons I would like to use the Promia Serial Platform is that (1) it has a faster clock speed for SPI (2) it has more GPIO outputs for various discretes (3) it is LAN controlled, which typically means a lot less problems than using multiple instruments on USB interface.