rohdeschwarz  0.2.0
TCPIP socket library for Rohde & Schwarz instrument control
instruments.hpp
Go to the documentation of this file.
1 #ifndef ROHDESCHWARZ_INSTRUMENTS_HPP
2 #define ROHDESCHWARZ_INSTRUMENTS_HPP
3 
4 
5 // rohdeschwarz
8 
9 
10 namespace rohdeschwarz
11 {
12 
13 
15 using Vna = instruments::vna::Vna;
16 
17 
18 }
19 
20 
21 #endif // ROHDESCHWARZ_INSTRUMENTS_HPP
Object-oriented R&S Instrument control.
Definition: instrument.hpp:53
Object-oriented R&S ZNX-series VNA control.
Definition: vna.hpp:34
rohdeschwarz::instruments::Instrument definition
instruments::Instrument using Vna=instruments::vna::Vna Instrument
Definition: instruments.hpp:15
rohdeschwarz::instruments::vna::Vna definition