/* ************************************************************** */ /* * VCOILPARAM.H * This file contains parameters required by the measurement * program. * * Zachary Wolf * 10/9/02 */ /* Protection from multiple definitions */ #ifndef __VCOILPARAM_HEADER #define __VCOILPARAM_HEADER /* GPIB addresses */ #define GPIB_BOARD_ADDR 0 #define GPIB_SR850_ADDR 4 /* VCOIL probe measurements */ #define VCOIL_BOARD_ADDR GPIB_BOARD_ADDR #define VCOIL_SR850_ADDR GPIB_SR850_ADDR #define VCOIL_DEVICE_TYPE VCOIL_SR850 /* End protection */ #endif