Search found 2 matches

by wengao
Thu May 12, 2016 6:17 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: 2205A C# ps2000_set_sig_gen_built_in() not working
Replies: 2
Views: 5573

2205A C# ps2000_set_sig_gen_built_in() not working

I have trouble to implement this API in VS2012 C#. I always got "pinvokestackimbalance was detected" message. Here is the code [DllImport(_DRIVER_FILENAME, EntryPoint = "ps2000_set_sig_gen_built_in")] public static extern short ps2000_set_sig_gen_built_in( short handle, long offsetVoltage, uint pkTo...