SEPIA
Software documentation for the APEX SEPIA receivers
units.h File Reference

Physical units used by the control program. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const double Units::MHz = 1.0e6
 
static const double Units::GHz = 1.0e9
 
static const double Units::mV = 1.0e-3
 
static const double Units::mA = 1.0e-3
 
static const double Units::mW = 1.0e-3
 
static const double Units::uA = 1.0e-6
 
static const double Units::K = 1.0
 

Detailed Description

Physical units used by the control program.

Variable Documentation

◆ GHz

const double Units::GHz = 1.0e9
static

Gigahertz

◆ K

const double Units::K = 1.0
static

degrees Kelvin

◆ mA

const double Units::mA = 1.0e-3
static

milliampere

◆ MHz

const double Units::MHz = 1.0e6
static

Megahertz

◆ mV

const double Units::mV = 1.0e-3
static

millivolts

◆ mW

const double Units::mW = 1.0e-3
static

millwatts

◆ uA

const double Units::uA = 1.0e-6
static

microampere