7 #ifndef ROHDESCHWARZ_INSTRUMENTS_VNA_CHANNEL_HPP
8 #define ROHDESCHWARZ_INSTRUMENTS_VNA_CHANNEL_HPP
46 unsigned int index()
const;
Object-oriented measurement channel control.
Channel(Vna *vna, unsigned int index)
Constructor.
void setStopFrequency(double frequency_Hz)
sets the stop frequency of the measurement
double startFrequency_Hz()
queries the start frequency of measurement, in Hz
void setPoints(unsigned int points)
sets number of measurement points
std::vector< double > frequencies_Hz()
queries the measurement frequencies, in Hz
void setStartFrequency(double frequency_Hz)
sets the start frequency of the measurement
double stopFrequency_Hz()
queries the stop frequency of the measurement, in Hz
unsigned int points()
queries the number of measurement points
unsigned int index() const
channel index
Object-oriented R&S ZNX-series VNA control.