I don't know where to post this because it related to the National Semiconductor SPIO4 board used in the Analog Launch Pad (ALP) utility.
From the SPIO4 board user's manual I can see there is an SPI interface and it also supports programmable voltage levels which makes it very useful for testing SPI devices. Especially SPI based slave interfaces in the microcontrollers. The ALP application has a Scripting tab that supports python scripts and the help provides some useful information on how to get started with scripting. I was able to create a board object and take a look at the available methods.
What I need now is the details. It looks like I need to use ConfigSPI() and ReadSPI() to perform my testing tasks but I cannot find any documentation on these methods.
What would be extremely useful is an example and possibly and explanation of the calling arguments.
If this is not posted in the right place then maybe someone can move it to the correct place.