Forums › VSG Series Discussions › VSG60A External Trigger in MATLAB › Reply To: VSG60A External Trigger in MATLAB
Andrew
Moderator
Our MATLAB examples are convenience classes that wrap and call the functions in the DLL. You can see everywhere we call a DLL function, the “calllib” function is used. It’s all just standard MATLAB code. As to which functions to call in the DLL, you would want to reference the VSG60 API (link below). What I recommend, is looking at the C++ examples in the SDK, creating your own example, then porting that to MATLAB. Writing your initial example in C++ is even better as you can prove functionality before the port.
https://productbundlesdemo.kinsta.cloud/sigdownloads/SDK/online_docs/vsg60_api/index.html
