Instrument Control Lib
Framework to control Oscilloscopes, SMUs, Function Generators and DC Powersupplies via Ethernet.
KST3000.cpp File Reference
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <cstring>
#include "devices/KST3000.h"
#include <unistd.h>
Include dependency graph for KST3000.cpp:

Macros

#define SLEEP_DISPLAY_CONNECTION   2
 Implementation of the Keighsight 3000 series oscilloscope interface. More...
 

Functions

std::vector< std::string > split (const char *splitStr, std::string &delimiter)
 

Macro Definition Documentation

◆ SLEEP_DISPLAY_CONNECTION

#define SLEEP_DISPLAY_CONNECTION   2

Implementation of the Keighsight 3000 series oscilloscope interface.

Authors
Wuhao Liu, Florian Frank

Function Documentation

◆ split()

std::vector<std::string> split ( const char *  splitStr,
std::string &  delimiter 
)