#include <MOSConnection.h>
Inheritance diagram for LibGPIB::MOSConnection:
Public Types | |
enum | MOSTerminal { GATE = 0, DRAIN = 1, SOURCE = 2, SUBSTRATE = 3 } |
Public Methods | |
MOSConnection () | |
Default constructor. | |
virtual void | Connect (int terminal, int smu) |
virtual int | SMU (int terminal) |
Static Public Attributes | |
const int | TERMINALS = 4 |
Private Attributes | |
int | mSMU [TERMINALS] |
The assignment of the SMUs to various terminals of the device. |
|
|
|
|
|
Definition at line 11 of file MOSConnection.h.
|
The assignment of the SMUs to various terminals of the device.
Definition at line 31 of file MOSConnection.h.