Forums › VSG Series Discussions › VSG60A External Trigger in MATLAB
- This topic has 1 reply, 2 voices, and was last updated 2 days, 12 hours ago by
Andrew.
- AuthorPosts
SaltyMonarchParticipantIs there any documentation or guides on how to modify the VSG60 class? I am trying to utilize the external trigger on a VSG60A, but I am having trouble in MATLAB as the VSG60 class doesn’t expose the trigger like the .py API does. Or are there alternatives to generate a trigger that I have simply missed?
AndrewModeratorOur 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://signalhound.com/sigdownloads/SDK/online_docs/vsg60_api/index.html
- AuthorPosts
You must be logged in to reply to this topic.