/* ************************************************************** */ /* * BTCOILPARAM.H * This file contains parameters required by the measurement * program. * * Zachary Wolf * 2/3/00 */ /* Protection from multiple definitions */ #ifndef __BTCOILPARAM_HEADER #define __BTCOILPARAM_HEADER /* GPIB addresses */ #define GPIB_BOARD_ADDR 0 #define GPIB_SR850_ADDR 4 /* BTCOIL probe measurements */ #define BTCOIL_BOARD_ADDR GPIB_BOARD_ADDR #define BTCOIL_SR850_ADDR GPIB_SR850_ADDR #define BTCOIL_DEVICE_TYPE BTCOIL_SR850 #define BTCOIL_COIL_CONSTANT 1. /* End protection */ #endif