
The .NET framework bindings for LibTiePie provide an easy to use interface to control oscilloscopes and generators using LibTiePie from any .NET language.
Contents
Downloads
Requirements
- LibTiePie .NET framework bindings. The TiePie.LibTiePie.dll file must be located in the search path of the compiler.
- The libtiepie library. For a 64 bit Windows version, the 64 bit library is required. For a 32 bit Windows version, the 32 bit library is required. The libtiepie.dll file must be located in a directory in the system path or in the directory where the executable of the application is placed.
- .NET framework 2.0 or newer.
Examples
Example programs are available for C# and Visual Basic .NET.