|
SEPIA
Software documentation for the APEX SEPIA receivers
|
A class representing a LO/mixer tuning. More...
#include <tuning.h>
Public Member Functions | |
| bool | lookup (double f, const QString &bandName) |
| Lookup a tuning from the tuning table (via an SQL database) More... | |
Public Attributes | |
| double | GHz |
| LO frequency in GHz. | |
| float | maxPower |
| maximum allowed PA drain voltage | |
| float | PA [2] |
| expected PA drain voltage | |
| float | V [4] |
| mixer biases to be used at this frequency | |
| float | I [4] |
| mixer currents to aim for in tuning | |
| int | harmonic |
| harmonic number to be used in LO tuning | |
A class representing a LO/mixer tuning.
| bool Tuning::lookup | ( | double | f, |
| const QString & | bandName | ||
| ) |
Lookup a tuning from the tuning table (via an SQL database)
| f | the LO frequency in GHz for which the tuning should be valid. |
| bandName | the name of the band to perform the lookup for. |