26 bool lookup(
double f,
const QString &bandName);
A class representing a LO/mixer tuning.
Definition: tuning.h:16
double GHz
LO frequency in GHz.
Definition: tuning.h:30
float PA[2]
expected PA drain voltage
Definition: tuning.h:32
float maxPower
maximum allowed PA drain voltage
Definition: tuning.h:31
bool lookup(double f, const QString &bandName)
Lookup a tuning from the tuning table (via an SQL database)
Definition: tuning.cpp:15
float I[4]
mixer currents to aim for in tuning
Definition: tuning.h:34
int harmonic
harmonic number to be used in LO tuning
Definition: tuning.h:35
float V[4]
mixer biases to be used at this frequency
Definition: tuning.h:33