Tektronix Technical Forums are maintained by community involvement. Feel free to post questions or respond to questions by other members. Should you require a time-sensitive answer, please contact your local Tektronix support center here.
Search found 2 matches
- August 21st, 2015, 7:55 am
- Forum: Programming Support
- Topic: C# using TekVISANet.dll for MDO3012 Oscilloscope
- Replies: 0
- Views: 8611
C# using TekVISANet.dll for MDO3012 Oscilloscope
If you run a more simplified version of this example. After running and then closing program (the first run works fine), the second time you run the program gets caught up on TVA.Open(). I have messed around with the code a little and realized it is because of the TVA.ReadBinary(out rawwave); call. ...
- August 21st, 2015, 7:49 am
- Forum: Other or Discontinued Oscilloscopes
- Topic: C# Example: using TekVISANet.dll
- Replies: 14
- Views: 60931
Re: C# Example: using TekVISANet.dll
If you run this example or a more simplified version of this example. After running and then closing program (the first run works fine), the second time you run the program gets caught up on TVA.Open(). I have messed around with the code a little and realized it is because of the TVA.ReadBinary(out ...