Add the Reference to your Project to connect with Bode 100
To be able to connect to your Bode 100 device you first have to add the Bode Automation Interface reference to your project.
The Bode Automation Interface uses the "OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll" which can be found in the installation directory.
Important
Using COM is not recommended for new developments. We recommend using the SCPI interface.
Not all programming languages in combination with the COM interface support Enums. We have to set them as numbers, see here.
Note
You need to have the correct USB driver installed on your system. The simplest way to install the USB driver is to run our “Bode Analyzer Suite” installer available for download at OmicronLab
Instruction for adding references to various programming languages:
- Add Reference in MatLab
- Add Reference in Octave
- Add Reference in Python
- Add Reference in Excel
- Add Reference in Java
- Add Reference in Delphi using Lazarus
- Add Reference in Visual C++
- Add Reference in LabWindows CVI
Add Reference in C#
How to add the Bode Automation Interface Reference in C# is described in the Step-by-Step Examples C# section.