The .NET framework bindings for LibTiePie provide an easy to use interface to control oscilloscopes and generators using LibTiePie from any .NET language.
Contents
It is recommended to use the libtiepie-hw SDK for new developments.
Downloads
Description | Version | Remarks | Size | |
---|---|---|---|---|
LibTiePie .NET framework bindings | 0.9.14 | for .NET framework 2.0 or newer | 29.98 kB | download |
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.