SEPIA
Software documentation for the APEX SEPIA receivers
|
A class for taking an IV curve. More...
#include <cartridge.h>
Public Member Functions | |
IVscanner (Cartridge *parent, Mixer::Polarization pol, Mixer::Element sis, double V0, double V1, int steps) | |
Construct an IVscanner object. More... | |
void | run () |
Perform the scan. | |
Public Member Functions inherited from SisRunnable | |
SisRunnable (Cartridge *parent, Mixer::Polarization pol, Mixer::Element sis) | |
A class for taking an IV curve.
IVscanner::IVscanner | ( | Cartridge * | parent, |
Mixer::Polarization | pol, | ||
Mixer::Element | sis, | ||
double | V0, | ||
double | V1, | ||
int | steps | ||
) |
Construct an IVscanner object.
parent | pointer to parent object |
pol | the Mixer::Polarization of the mixer |
sis | which of the tow Mixer::Element of the given polarization |
V0 | the initial bias of the scan |
V1 | the final bias of the scan |
steps | the number of steps to perform |