Forum
Please or Register to create posts and topics.

Using the SPECTRAN V6 DLL

PreviousPage 2 of 2

Other than ConfigTree example, is there any programming manual for it?

May I know how to use the "Blockgraph Explorer in the RTSA". Apologies this is still new to me.

Quote from Steven88 on 30/11/2023, 15:53

Other than ConfigTree example, is there any programming manual for it?

May I know how to use the "Blockgraph Explorer in the RTSA". Apologies this is still new to me.

There is no dedidacted DLL manual.

The DLL that is shipped with the RTSA is basically just an API-Version of the RTSA Spectran V6 block with a few tweaks (e.g. to support sweeping). So if you want to know the available settings and what they do the best option is to use the RTSA. The ConfigTree example is just for enumerating the available setttings for your current configuration (some settings may be only available for specific device types or licensing options for example).

The available functions provided by the DLL should be mostly self-explanatory, plus you can find some additional information in this thread and inside the provided header file. For actual usage scenarios there are also multiple example projects inside the sdk subfolder. Alternatively there is the mentioned open source wrapper library with even more examples.

PreviousPage 2 of 2